CreateInternalOccmDemandSignalDeliveryDetails¶
-
class
oci.capacity_management.models.
CreateInternalOccmDemandSignalDeliveryDetails
(**kwargs)¶ Bases:
object
An internal model containing details about the properties required for creating a demand signal delivery resource.
Methods
__init__
(**kwargs)Initializes a new CreateInternalOccmDemandSignalDeliveryDetails object with values from keyword arguments. Attributes
accepted_quantity
[Required] Gets the accepted_quantity of this CreateInternalOccmDemandSignalDeliveryDetails. compartment_id
[Required] Gets the compartment_id of this CreateInternalOccmDemandSignalDeliveryDetails. defined_tags
Gets the defined_tags of this CreateInternalOccmDemandSignalDeliveryDetails. demand_signal_id
[Required] Gets the demand_signal_id of this CreateInternalOccmDemandSignalDeliveryDetails. demand_signal_item_id
[Required] Gets the demand_signal_item_id of this CreateInternalOccmDemandSignalDeliveryDetails. freeform_tags
Gets the freeform_tags of this CreateInternalOccmDemandSignalDeliveryDetails. justification
Gets the justification of this CreateInternalOccmDemandSignalDeliveryDetails. notes
Gets the notes of this CreateInternalOccmDemandSignalDeliveryDetails. occ_customer_group_id
[Required] Gets the occ_customer_group_id of this CreateInternalOccmDemandSignalDeliveryDetails. -
__init__
(**kwargs)¶ Initializes a new CreateInternalOccmDemandSignalDeliveryDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateInternalOccmDemandSignalDeliveryDetails.
- occ_customer_group_id (str) – The value to assign to the occ_customer_group_id property of this CreateInternalOccmDemandSignalDeliveryDetails.
- demand_signal_id (str) – The value to assign to the demand_signal_id property of this CreateInternalOccmDemandSignalDeliveryDetails.
- demand_signal_item_id (str) – The value to assign to the demand_signal_item_id property of this CreateInternalOccmDemandSignalDeliveryDetails.
- accepted_quantity (int) – The value to assign to the accepted_quantity property of this CreateInternalOccmDemandSignalDeliveryDetails.
- justification (str) – The value to assign to the justification property of this CreateInternalOccmDemandSignalDeliveryDetails.
- notes (str) – The value to assign to the notes property of this CreateInternalOccmDemandSignalDeliveryDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateInternalOccmDemandSignalDeliveryDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateInternalOccmDemandSignalDeliveryDetails.
-
accepted_quantity
¶ [Required] Gets the accepted_quantity of this CreateInternalOccmDemandSignalDeliveryDetails. The quantity of the resource that OCI will supply to the customer.
Returns: The accepted_quantity of this CreateInternalOccmDemandSignalDeliveryDetails. Return type: int
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateInternalOccmDemandSignalDeliveryDetails. The OCID of the tenancy from which the demand signal delivery resource is created.
Returns: The compartment_id of this CreateInternalOccmDemandSignalDeliveryDetails. Return type: str
Gets the defined_tags of this CreateInternalOccmDemandSignalDeliveryDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateInternalOccmDemandSignalDeliveryDetails. Return type: dict(str, dict(str, object))
-
demand_signal_id
¶ [Required] Gets the demand_signal_id of this CreateInternalOccmDemandSignalDeliveryDetails. The OCID of the demand signal under which this delivery will be grouped.
Returns: The demand_signal_id of this CreateInternalOccmDemandSignalDeliveryDetails. Return type: str
-
demand_signal_item_id
¶ [Required] Gets the demand_signal_item_id of this CreateInternalOccmDemandSignalDeliveryDetails. The OCID of the demand signal item corresponding to which this delivery is made.
Returns: The demand_signal_item_id of this CreateInternalOccmDemandSignalDeliveryDetails. Return type: str
Gets the freeform_tags of this CreateInternalOccmDemandSignalDeliveryDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this CreateInternalOccmDemandSignalDeliveryDetails. Return type: dict(str, str)
-
justification
¶ Gets the justification of this CreateInternalOccmDemandSignalDeliveryDetails. This field could be used by OCI to communicate the reason for declining the request.
Returns: The justification of this CreateInternalOccmDemandSignalDeliveryDetails. Return type: str
-
notes
¶ Gets the notes of this CreateInternalOccmDemandSignalDeliveryDetails. This field acts as a notes section for operators.
Returns: The notes of this CreateInternalOccmDemandSignalDeliveryDetails. Return type: str
-
occ_customer_group_id
¶ [Required] Gets the occ_customer_group_id of this CreateInternalOccmDemandSignalDeliveryDetails. The OCID of the corresponding customer group to which this demand signal delivery resource belongs to.
Returns: The occ_customer_group_id of this CreateInternalOccmDemandSignalDeliveryDetails. Return type: str
-