BulkCreateOccmDemandSignalItemDetails

class oci.capacity_management.models.BulkCreateOccmDemandSignalItemDetails(**kwargs)

Bases: object

Details about the model that is to be used for bulk creating demand signal items.

Methods

__init__(**kwargs) Initializes a new BulkCreateOccmDemandSignalItemDetails object with values from keyword arguments.

Attributes

create_occm_demand_signal_items [Required] Gets the create_occm_demand_signal_items of this BulkCreateOccmDemandSignalItemDetails.
demand_signal_id [Required] Gets the demand_signal_id of this BulkCreateOccmDemandSignalItemDetails.
__init__(**kwargs)

Initializes a new BulkCreateOccmDemandSignalItemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • demand_signal_id (str) – The value to assign to the demand_signal_id property of this BulkCreateOccmDemandSignalItemDetails.
  • create_occm_demand_signal_items (list[oci.capacity_management.models.BulkCreateOccmDemandSignalItem]) – The value to assign to the create_occm_demand_signal_items property of this BulkCreateOccmDemandSignalItemDetails.
create_occm_demand_signal_items

[Required] Gets the create_occm_demand_signal_items of this BulkCreateOccmDemandSignalItemDetails. A list of demand signal items that we want to bulk create.

Returns:The create_occm_demand_signal_items of this BulkCreateOccmDemandSignalItemDetails.
Return type:list[oci.capacity_management.models.BulkCreateOccmDemandSignalItem]
demand_signal_id

[Required] Gets the demand_signal_id of this BulkCreateOccmDemandSignalItemDetails. The OCID of the demand signal in which we want to bulk create these demand signal item resources.

Returns:The demand_signal_id of this BulkCreateOccmDemandSignalItemDetails.
Return type:str