LimitsIncreaseRequest¶
-
class
oci.limits_increase.models.LimitsIncreaseRequest(**kwargs)¶ Bases:
objectThe properties that define a limit increase request. For information about limit increase requests, see Working with Limit Increase Requests.
Attributes
LIFECYCLE_STATE_ACCEPTEDA constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. LIFECYCLE_STATE_CANCELEDA constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. LIFECYCLE_STATE_FAILEDA constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. LIFECYCLE_STATE_IN_PROGRESSA constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. LIFECYCLE_STATE_PARTIALLY_SUCCEEDEDA constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. LIFECYCLE_STATE_SUCCEEDEDA constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. compartment_id[Required] Gets the compartment_id of this LimitsIncreaseRequest. customer_commentsGets the customer_comments of this LimitsIncreaseRequest. defined_tags[Required] Gets the defined_tags of this LimitsIncreaseRequest. display_name[Required] Gets the display_name of this LimitsIncreaseRequest. freeform_tags[Required] Gets the freeform_tags of this LimitsIncreaseRequest. id[Required] Gets the id of this LimitsIncreaseRequest. justificationGets the justification of this LimitsIncreaseRequest. lifecycle_state[Required] Gets the lifecycle_state of this LimitsIncreaseRequest. limits_increase_item_requests[Required] Gets the limits_increase_item_requests of this LimitsIncreaseRequest. subscription_idGets the subscription_id of this LimitsIncreaseRequest. system_tagsGets the system_tags of this LimitsIncreaseRequest. time_created[Required] Gets the time_created of this LimitsIncreaseRequest. time_resolutionGets the time_resolution of this LimitsIncreaseRequest. time_updatedGets the time_updated of this LimitsIncreaseRequest. Methods
__init__(**kwargs)Initializes a new LimitsIncreaseRequest object with values from keyword arguments. -
LIFECYCLE_STATE_ACCEPTED= 'ACCEPTED'¶ A constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. This constant has a value of “ACCEPTED”
-
LIFECYCLE_STATE_CANCELED= 'CANCELED'¶ A constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. This constant has a value of “CANCELED”
-
LIFECYCLE_STATE_FAILED= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_IN_PROGRESS= 'IN_PROGRESS'¶ A constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. This constant has a value of “IN_PROGRESS”
-
LIFECYCLE_STATE_PARTIALLY_SUCCEEDED= 'PARTIALLY_SUCCEEDED'¶ A constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. This constant has a value of “PARTIALLY_SUCCEEDED”
-
LIFECYCLE_STATE_SUCCEEDED= 'SUCCEEDED'¶ A constant which can be used with the lifecycle_state property of a LimitsIncreaseRequest. This constant has a value of “SUCCEEDED”
-
__init__(**kwargs)¶ Initializes a new LimitsIncreaseRequest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this LimitsIncreaseRequest.
- display_name (str) – The value to assign to the display_name property of this LimitsIncreaseRequest.
- compartment_id (str) – The value to assign to the compartment_id property of this LimitsIncreaseRequest.
- subscription_id (str) – The value to assign to the subscription_id property of this LimitsIncreaseRequest.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this LimitsIncreaseRequest. Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “SUCCEEDED”, “CANCELED”, “PARTIALLY_SUCCEEDED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- limits_increase_item_requests (list[oci.limits_increase.models.LimitsIncreaseItemRequest]) – The value to assign to the limits_increase_item_requests property of this LimitsIncreaseRequest.
- justification (str) – The value to assign to the justification property of this LimitsIncreaseRequest.
- time_created (datetime) – The value to assign to the time_created property of this LimitsIncreaseRequest.
- time_updated (datetime) – The value to assign to the time_updated property of this LimitsIncreaseRequest.
- time_resolution (datetime) – The value to assign to the time_resolution property of this LimitsIncreaseRequest.
- customer_comments (list[oci.limits_increase.models.LimitsIncreaseRequestComment]) – The value to assign to the customer_comments property of this LimitsIncreaseRequest.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this LimitsIncreaseRequest.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this LimitsIncreaseRequest.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this LimitsIncreaseRequest.
-
compartment_id¶ [Required] Gets the compartment_id of this LimitsIncreaseRequest. The OCID of the compartment that contains the limit increase request. Note: The tenancy is the root compartment.
Returns: The compartment_id of this LimitsIncreaseRequest. Return type: str
-
customer_comments¶ Gets the customer_comments of this LimitsIncreaseRequest. List of comments in the limit increase request. A comment is typically between the requester and OCI Support.
Returns: The customer_comments of this LimitsIncreaseRequest. Return type: list[oci.limits_increase.models.LimitsIncreaseRequestComment]
[Required] Gets the defined_tags of this LimitsIncreaseRequest. 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 LimitsIncreaseRequest. Return type: dict(str, dict(str, object))
-
display_name¶ [Required] Gets the display_name of this LimitsIncreaseRequest. The user-friendly name of the limit increase request. Avoid entering confidential information.
Returns: The display_name of this LimitsIncreaseRequest. Return type: str
[Required] Gets the freeform_tags of this LimitsIncreaseRequest. 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 LimitsIncreaseRequest. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this LimitsIncreaseRequest. The OCID of the limit increase request.
Returns: The id of this LimitsIncreaseRequest. Return type: str
-
justification¶ Gets the justification of this LimitsIncreaseRequest. Reason for the limit increase request.
Returns: The justification of this LimitsIncreaseRequest. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this LimitsIncreaseRequest. The current status of the limit increase request.
Allowed values for this property are: “ACCEPTED”, “IN_PROGRESS”, “SUCCEEDED”, “CANCELED”, “PARTIALLY_SUCCEEDED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this LimitsIncreaseRequest. Return type: str
-
limits_increase_item_requests¶ [Required] Gets the limits_increase_item_requests of this LimitsIncreaseRequest. List of limit increase items within the limit increase request.
Returns: The limits_increase_item_requests of this LimitsIncreaseRequest. Return type: list[oci.limits_increase.models.LimitsIncreaseItemRequest]
-
subscription_id¶ Gets the subscription_id of this LimitsIncreaseRequest. The OCID of the tenancy subscription for the limit increase request.
Returns: The subscription_id of this LimitsIncreaseRequest. Return type: str
Gets the system_tags of this LimitsIncreaseRequest. 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 LimitsIncreaseRequest. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this LimitsIncreaseRequest. The time that the limit increase request was created. Format defined by RFC3339.
Returns: The time_created of this LimitsIncreaseRequest. Return type: datetime
-
time_resolution¶ Gets the time_resolution of this LimitsIncreaseRequest. The time that the limit increase request was resolved (reached a terminal state). Format defined by RFC3339.
Returns: The time_resolution of this LimitsIncreaseRequest. Return type: datetime
-
time_updated¶ Gets the time_updated of this LimitsIncreaseRequest. The time that the limit increase request was updated. Format defined by RFC3339.
Returns: The time_updated of this LimitsIncreaseRequest. Return type: datetime
-