UpdateInternalOccmDemandSignalDeliveryDetails

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

Bases: object

Details about different fields used to update the demand signal delivery resource.

Methods

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

Attributes

accepted_quantity Gets the accepted_quantity of this UpdateInternalOccmDemandSignalDeliveryDetails.
defined_tags Gets the defined_tags of this UpdateInternalOccmDemandSignalDeliveryDetails.
freeform_tags Gets the freeform_tags of this UpdateInternalOccmDemandSignalDeliveryDetails.
justification Gets the justification of this UpdateInternalOccmDemandSignalDeliveryDetails.
lifecycle_details Gets the lifecycle_details of this UpdateInternalOccmDemandSignalDeliveryDetails.
notes Gets the notes of this UpdateInternalOccmDemandSignalDeliveryDetails.
time_delivered Gets the time_delivered of this UpdateInternalOccmDemandSignalDeliveryDetails.
__init__(**kwargs)

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

Parameters:
  • accepted_quantity (int) – The value to assign to the accepted_quantity property of this UpdateInternalOccmDemandSignalDeliveryDetails.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this UpdateInternalOccmDemandSignalDeliveryDetails.
  • time_delivered (datetime) – The value to assign to the time_delivered property of this UpdateInternalOccmDemandSignalDeliveryDetails.
  • justification (str) – The value to assign to the justification property of this UpdateInternalOccmDemandSignalDeliveryDetails.
  • notes (str) – The value to assign to the notes property of this UpdateInternalOccmDemandSignalDeliveryDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateInternalOccmDemandSignalDeliveryDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateInternalOccmDemandSignalDeliveryDetails.
accepted_quantity

Gets the accepted_quantity of this UpdateInternalOccmDemandSignalDeliveryDetails. The quantity of the resource that OCI will supply to the customer.

Returns:The accepted_quantity of this UpdateInternalOccmDemandSignalDeliveryDetails.
Return type:int
defined_tags

Gets the defined_tags of this UpdateInternalOccmDemandSignalDeliveryDetails. 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 UpdateInternalOccmDemandSignalDeliveryDetails.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this UpdateInternalOccmDemandSignalDeliveryDetails. 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 UpdateInternalOccmDemandSignalDeliveryDetails.
Return type:dict(str, str)
justification

Gets the justification of this UpdateInternalOccmDemandSignalDeliveryDetails. This field could be used by OCI to communicate the reason for declining the request.

Returns:The justification of this UpdateInternalOccmDemandSignalDeliveryDetails.
Return type:str
lifecycle_details

Gets the lifecycle_details of this UpdateInternalOccmDemandSignalDeliveryDetails. The state in which we want to transition the demand signal delivery resource.

Returns:The lifecycle_details of this UpdateInternalOccmDemandSignalDeliveryDetails.
Return type:str
notes

Gets the notes of this UpdateInternalOccmDemandSignalDeliveryDetails. This field acts as a notes section for operators.

Returns:The notes of this UpdateInternalOccmDemandSignalDeliveryDetails.
Return type:str
time_delivered

Gets the time_delivered of this UpdateInternalOccmDemandSignalDeliveryDetails. The date on which the OCI delivered the resource to the customers.

Returns:The time_delivered of this UpdateInternalOccmDemandSignalDeliveryDetails.
Return type:datetime