UpdateOccmDemandSignalDetails¶
-
class
oci.capacity_management.models.
UpdateOccmDemandSignalDetails
(**kwargs)¶ Bases:
object
Details about different fields that can be used to update the demand signal.
Attributes
LIFECYCLE_DETAILS_SUBMITTED
A constant which can be used with the lifecycle_details property of a UpdateOccmDemandSignalDetails. defined_tags
Gets the defined_tags of this UpdateOccmDemandSignalDetails. description
Gets the description of this UpdateOccmDemandSignalDetails. display_name
Gets the display_name of this UpdateOccmDemandSignalDetails. freeform_tags
Gets the freeform_tags of this UpdateOccmDemandSignalDetails. lifecycle_details
Gets the lifecycle_details of this UpdateOccmDemandSignalDetails. Methods
__init__
(**kwargs)Initializes a new UpdateOccmDemandSignalDetails object with values from keyword arguments. -
LIFECYCLE_DETAILS_SUBMITTED
= 'SUBMITTED'¶ A constant which can be used with the lifecycle_details property of a UpdateOccmDemandSignalDetails. This constant has a value of “SUBMITTED”
-
__init__
(**kwargs)¶ Initializes a new UpdateOccmDemandSignalDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateOccmDemandSignalDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateOccmDemandSignalDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateOccmDemandSignalDetails.
- description (str) – The value to assign to the description property of this UpdateOccmDemandSignalDetails.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this UpdateOccmDemandSignalDetails. Allowed values for this property are: “SUBMITTED”
Gets the defined_tags of this UpdateOccmDemandSignalDetails. 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 UpdateOccmDemandSignalDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateOccmDemandSignalDetails. Use this field to update the description of the demand signal.
Returns: The description of this UpdateOccmDemandSignalDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateOccmDemandSignalDetails. Use this field to update the display name of the demand signal
Returns: The display_name of this UpdateOccmDemandSignalDetails. Return type: str
Gets the freeform_tags of this UpdateOccmDemandSignalDetails. 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 UpdateOccmDemandSignalDetails. Return type: dict(str, str)
-
lifecycle_details
¶ Gets the lifecycle_details of this UpdateOccmDemandSignalDetails. The subset of demand signal states available for updating the demand signal.
Allowed values for this property are: “SUBMITTED”
Returns: The lifecycle_details of this UpdateOccmDemandSignalDetails. Return type: str
-