OccmDemandSignalItemCollection¶
-
class
oci.capacity_management.models.
OccmDemandSignalItemCollection
(**kwargs)¶ Bases:
object
A list containing detailed information about different resources demanded as part of a given demand signal.
Methods
__init__
(**kwargs)Initializes a new OccmDemandSignalItemCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this OccmDemandSignalItemCollection. -
__init__
(**kwargs)¶ Initializes a new OccmDemandSignalItemCollection 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.OccmDemandSignalItemSummary]) – The value to assign to the items property of this OccmDemandSignalItemCollection.
-
items
¶ [Required] Gets the items of this OccmDemandSignalItemCollection. An array of items containing detailed information about different resource demanded as part of a demand signal.
Returns: The items of this OccmDemandSignalItemCollection. Return type: list[oci.capacity_management.models.OccmDemandSignalItemSummary]
-