InternalOccmDemandSignal¶
- 
class oci.capacity_management.models.InternalOccmDemandSignal(**kwargs)¶
- Bases: - object- An internal model describing the demand signal. - Methods - __init__(**kwargs)- Initializes a new InternalOccmDemandSignal object with values from keyword arguments. - Attributes - compartment_id- [Required] Gets the compartment_id of this InternalOccmDemandSignal. - defined_tags- Gets the defined_tags of this InternalOccmDemandSignal. - description- Gets the description of this InternalOccmDemandSignal. - display_name- [Required] Gets the display_name of this InternalOccmDemandSignal. - freeform_tags- Gets the freeform_tags of this InternalOccmDemandSignal. - id- [Required] Gets the id of this InternalOccmDemandSignal. - lifecycle_details- [Required] Gets the lifecycle_details of this InternalOccmDemandSignal. - lifecycle_state- [Required] Gets the lifecycle_state of this InternalOccmDemandSignal. - occ_customer_group_id- [Required] Gets the occ_customer_group_id of this InternalOccmDemandSignal. - system_tags- Gets the system_tags of this InternalOccmDemandSignal. - time_created- [Required] Gets the time_created of this InternalOccmDemandSignal. - time_updated- [Required] Gets the time_updated of this InternalOccmDemandSignal. - 
__init__(**kwargs)¶
- Initializes a new InternalOccmDemandSignal object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - occ_customer_group_id (str) – The value to assign to the occ_customer_group_id property of this InternalOccmDemandSignal.
- id (str) – The value to assign to the id property of this InternalOccmDemandSignal.
- compartment_id (str) – The value to assign to the compartment_id property of this InternalOccmDemandSignal.
- display_name (str) – The value to assign to the display_name property of this InternalOccmDemandSignal.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this InternalOccmDemandSignal.
- description (str) – The value to assign to the description property of this InternalOccmDemandSignal.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this InternalOccmDemandSignal.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this InternalOccmDemandSignal.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this InternalOccmDemandSignal.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this InternalOccmDemandSignal.
- time_created (datetime) – The value to assign to the time_created property of this InternalOccmDemandSignal.
- time_updated (datetime) – The value to assign to the time_updated property of this InternalOccmDemandSignal.
 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this InternalOccmDemandSignal. The OCID of the tenancy from which the request to create the demand signal was made. - Returns: - The compartment_id of this InternalOccmDemandSignal. - Return type: - str 
 - Gets the defined_tags of this InternalOccmDemandSignal. 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 InternalOccmDemandSignal. - Return type: - dict(str, dict(str, object)) 
 - 
description¶
- Gets the description of this InternalOccmDemandSignal. A short description about the demand signal. - Returns: - The description of this InternalOccmDemandSignal. - Return type: - str 
 - 
display_name¶
- [Required] Gets the display_name of this InternalOccmDemandSignal. The display name of the demand signal. - Returns: - The display_name of this InternalOccmDemandSignal. - Return type: - str 
 - Gets the freeform_tags of this InternalOccmDemandSignal. 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 InternalOccmDemandSignal. - Return type: - dict(str, str) 
 - 
id¶
- [Required] Gets the id of this InternalOccmDemandSignal. The OCID of the demand signal. - Returns: - The id of this InternalOccmDemandSignal. - Return type: - str 
 - 
lifecycle_details¶
- [Required] Gets the lifecycle_details of this InternalOccmDemandSignal. The different states associated with a demand signal. - CREATED -> A demand signal is by default created in this state. SUBMITTED -> Once you have reviewed the details of the demand signal, you can transition it to SUBMITTED state so that OCI can start working on it. DELETED -> You can delete a demand signal as long as it is in either CREATED or SUBMITTED state. IN_PROGRESS -> Once OCI starts working on a given demand signal. They transition it to IN_PROGRESS. REJECTED -> OCI can transition the demand signal to this state if all the demand signal items of that demand signal are declined. COMPLETED -> OCI will transition the demand signal to COMPLETED state once the quantities which OCI committed to deliver to you has been delivered. - Returns: - The lifecycle_details of this InternalOccmDemandSignal. - Return type: - str 
 - 
lifecycle_state¶
- [Required] Gets the lifecycle_state of this InternalOccmDemandSignal. The current lifecycle state of the demand signal. - Returns: - The lifecycle_state of this InternalOccmDemandSignal. - Return type: - str 
 - 
occ_customer_group_id¶
- [Required] Gets the occ_customer_group_id of this InternalOccmDemandSignal. The OCID of the customer group in which the demand signal is created. - Returns: - The occ_customer_group_id of this InternalOccmDemandSignal. - Return type: - str 
 - Gets the system_tags of this InternalOccmDemandSignal. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Returns: - The system_tags of this InternalOccmDemandSignal. - Return type: - dict(str, dict(str, object)) 
 - 
time_created¶
- [Required] Gets the time_created of this InternalOccmDemandSignal. The time when the demand signal was created. - Returns: - The time_created of this InternalOccmDemandSignal. - Return type: - datetime 
 - 
time_updated¶
- [Required] Gets the time_updated of this InternalOccmDemandSignal. The time when the demand signal was last updated. - Returns: - The time_updated of this InternalOccmDemandSignal. - Return type: - datetime 
 
-