OccmDemandSignalDeliveryCollection

class oci.capacity_management.models.OccmDemandSignalDeliveryCollection(**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 OccmDemandSignalDeliveryCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this OccmDemandSignalDeliveryCollection.
__init__(**kwargs)

Initializes a new OccmDemandSignalDeliveryCollection 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.OccmDemandSignalDeliverySummary]) – The value to assign to the items property of this OccmDemandSignalDeliveryCollection.
items

[Required] Gets the items of this OccmDemandSignalDeliveryCollection. An array of items containing detailed information about demand signal delivery resources.

Returns:The items of this OccmDemandSignalDeliveryCollection.
Return type:list[oci.capacity_management.models.OccmDemandSignalDeliverySummary]