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