UpdateOccmDemandSignalItemDetails¶
-
class
oci.capacity_management.models.
UpdateOccmDemandSignalItemDetails
(**kwargs)¶ Bases:
object
Details about different fields used to update the demand signal item.
Methods
__init__
(**kwargs)Initializes a new UpdateOccmDemandSignalItemDetails object with values from keyword arguments. Attributes
availability_domain
Gets the availability_domain of this UpdateOccmDemandSignalItemDetails. defined_tags
Gets the defined_tags of this UpdateOccmDemandSignalItemDetails. demand_quantity
Gets the demand_quantity of this UpdateOccmDemandSignalItemDetails. freeform_tags
Gets the freeform_tags of this UpdateOccmDemandSignalItemDetails. notes
Gets the notes of this UpdateOccmDemandSignalItemDetails. region
Gets the region of this UpdateOccmDemandSignalItemDetails. resource_properties
Gets the resource_properties of this UpdateOccmDemandSignalItemDetails. target_compartment_id
Gets the target_compartment_id of this UpdateOccmDemandSignalItemDetails. time_needed_before
Gets the time_needed_before of this UpdateOccmDemandSignalItemDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateOccmDemandSignalItemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - region (str) – The value to assign to the region property of this UpdateOccmDemandSignalItemDetails.
- availability_domain (str) – The value to assign to the availability_domain property of this UpdateOccmDemandSignalItemDetails.
- target_compartment_id (str) – The value to assign to the target_compartment_id property of this UpdateOccmDemandSignalItemDetails.
- demand_quantity (int) – The value to assign to the demand_quantity property of this UpdateOccmDemandSignalItemDetails.
- time_needed_before (datetime) – The value to assign to the time_needed_before property of this UpdateOccmDemandSignalItemDetails.
- resource_properties (dict(str, str)) – The value to assign to the resource_properties property of this UpdateOccmDemandSignalItemDetails.
- notes (str) – The value to assign to the notes property of this UpdateOccmDemandSignalItemDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateOccmDemandSignalItemDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateOccmDemandSignalItemDetails.
-
availability_domain
¶ Gets the availability_domain of this UpdateOccmDemandSignalItemDetails. The name of the availability domain for which you want to request the OCI resource.
Returns: The availability_domain of this UpdateOccmDemandSignalItemDetails. Return type: str
Gets the defined_tags of this UpdateOccmDemandSignalItemDetails. 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 UpdateOccmDemandSignalItemDetails. Return type: dict(str, dict(str, object))
-
demand_quantity
¶ Gets the demand_quantity of this UpdateOccmDemandSignalItemDetails. The quantity of the resource that you want to demand from OCI.
Returns: The demand_quantity of this UpdateOccmDemandSignalItemDetails. Return type: int
Gets the freeform_tags of this UpdateOccmDemandSignalItemDetails. 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 UpdateOccmDemandSignalItemDetails. Return type: dict(str, str)
-
notes
¶ Gets the notes of this UpdateOccmDemandSignalItemDetails. This field will serve as notes section for you. You can use this section to convey a message to OCI regarding your resource request.
NOTE: The previous value gets overwritten with the new one for this once updated.
Returns: The notes of this UpdateOccmDemandSignalItemDetails. Return type: str
-
region
¶ Gets the region of this UpdateOccmDemandSignalItemDetails. The region for which you want to request the resource for.
Returns: The region of this UpdateOccmDemandSignalItemDetails. Return type: str
-
resource_properties
¶ Gets the resource_properties of this UpdateOccmDemandSignalItemDetails. A map of various properties associated with the OCI resource. This parameter will act as a replace parameter i.e the existing resource properties will be overridden by this update.
Returns: The resource_properties of this UpdateOccmDemandSignalItemDetails. Return type: dict(str, str)
-
target_compartment_id
¶ Gets the target_compartment_id of this UpdateOccmDemandSignalItemDetails. The OCID of the tenancy for which you want to request the OCI resource for.
Returns: The target_compartment_id of this UpdateOccmDemandSignalItemDetails. Return type: str
-
time_needed_before
¶ Gets the time_needed_before of this UpdateOccmDemandSignalItemDetails. the date before which you would ideally like the OCI resource to be delivered to you.
Returns: The time_needed_before of this UpdateOccmDemandSignalItemDetails. Return type: datetime
-