InternalOccmDemandSignalCollection¶
-
class
oci.capacity_management.models.
InternalOccmDemandSignalCollection
(**kwargs)¶ Bases:
object
An internal list of demand signals.
Methods
__init__
(**kwargs)Initializes a new InternalOccmDemandSignalCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this InternalOccmDemandSignalCollection. -
__init__
(**kwargs)¶ Initializes a new InternalOccmDemandSignalCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.capacity_management.models.InternalOccmDemandSignalSummary]) – The value to assign to the items property of this InternalOccmDemandSignalCollection.
-
items
¶ [Required] Gets the items of this InternalOccmDemandSignalCollection. An array of demand signal
Returns: The items of this InternalOccmDemandSignalCollection. Return type: list[oci.capacity_management.models.InternalOccmDemandSignalSummary]
-