UpdateInternalOccmDemandSignalDetails¶
-
class
oci.capacity_management.models.
UpdateInternalOccmDemandSignalDetails
(**kwargs)¶ Bases:
object
An internal model to update the demand signal state.
Attributes
LIFECYCLE_DETAILS_COMPLETED
A constant which can be used with the lifecycle_details property of a UpdateInternalOccmDemandSignalDetails. LIFECYCLE_DETAILS_IN_PROGRESS
A constant which can be used with the lifecycle_details property of a UpdateInternalOccmDemandSignalDetails. LIFECYCLE_DETAILS_REJECTED
A constant which can be used with the lifecycle_details property of a UpdateInternalOccmDemandSignalDetails. lifecycle_details
Gets the lifecycle_details of this UpdateInternalOccmDemandSignalDetails. Methods
__init__
(**kwargs)Initializes a new UpdateInternalOccmDemandSignalDetails object with values from keyword arguments. -
LIFECYCLE_DETAILS_COMPLETED
= 'COMPLETED'¶ A constant which can be used with the lifecycle_details property of a UpdateInternalOccmDemandSignalDetails. This constant has a value of “COMPLETED”
-
LIFECYCLE_DETAILS_IN_PROGRESS
= 'IN_PROGRESS'¶ A constant which can be used with the lifecycle_details property of a UpdateInternalOccmDemandSignalDetails. This constant has a value of “IN_PROGRESS”
-
LIFECYCLE_DETAILS_REJECTED
= 'REJECTED'¶ A constant which can be used with the lifecycle_details property of a UpdateInternalOccmDemandSignalDetails. This constant has a value of “REJECTED”
-
__init__
(**kwargs)¶ Initializes a new UpdateInternalOccmDemandSignalDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: lifecycle_details (str) – The value to assign to the lifecycle_details property of this UpdateInternalOccmDemandSignalDetails. Allowed values for this property are: “IN_PROGRESS”, “COMPLETED”, “REJECTED”
-
lifecycle_details
¶ Gets the lifecycle_details of this UpdateInternalOccmDemandSignalDetails. The subset of demand signal states available for operators for updating the demand signal.
IN_PROGRESS -> Transitions the demand signal to IN_PROGRESS state. REJECTED -> Transitions the demand signal to REJECTED state. COMPLETED -> This will transition the demand signal to COMPLETED state.
Allowed values for this property are: “IN_PROGRESS”, “COMPLETED”, “REJECTED”
Returns: The lifecycle_details of this UpdateInternalOccmDemandSignalDetails. Return type: str
-