LimitsIncreaseRequestSummary¶
-
class
oci.limits_increase.models.LimitsIncreaseRequestSummary(**kwargs)¶ Bases:
objectA summary of properties for a limit increase request.
Methods
__init__(**kwargs)Initializes a new LimitsIncreaseRequestSummary object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this LimitsIncreaseRequestSummary. defined_tags[Required] Gets the defined_tags of this LimitsIncreaseRequestSummary. display_name[Required] Gets the display_name of this LimitsIncreaseRequestSummary. freeform_tags[Required] Gets the freeform_tags of this LimitsIncreaseRequestSummary. id[Required] Gets the id of this LimitsIncreaseRequestSummary. items_in_request[Required] Gets the items_in_request of this LimitsIncreaseRequestSummary. justificationGets the justification of this LimitsIncreaseRequestSummary. lifecycle_state[Required] Gets the lifecycle_state of this LimitsIncreaseRequestSummary. subscription_idGets the subscription_id of this LimitsIncreaseRequestSummary. system_tagsGets the system_tags of this LimitsIncreaseRequestSummary. time_created[Required] Gets the time_created of this LimitsIncreaseRequestSummary. -
__init__(**kwargs)¶ Initializes a new LimitsIncreaseRequestSummary 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 LimitsIncreaseRequestSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this LimitsIncreaseRequestSummary.
- subscription_id (str) – The value to assign to the subscription_id property of this LimitsIncreaseRequestSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this LimitsIncreaseRequestSummary.
- display_name (str) – The value to assign to the display_name property of this LimitsIncreaseRequestSummary.
- items_in_request (int) – The value to assign to the items_in_request property of this LimitsIncreaseRequestSummary.
- justification (str) – The value to assign to the justification property of this LimitsIncreaseRequestSummary.
- time_created (datetime) – The value to assign to the time_created property of this LimitsIncreaseRequestSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this LimitsIncreaseRequestSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this LimitsIncreaseRequestSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this LimitsIncreaseRequestSummary.
-
compartment_id¶ [Required] Gets the compartment_id of this LimitsIncreaseRequestSummary. The OCID of the compartment that contains the limit increase request. Note: The tenancy is the root compartment.
Returns: The compartment_id of this LimitsIncreaseRequestSummary. Return type: str
[Required] Gets the defined_tags of this LimitsIncreaseRequestSummary. 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 LimitsIncreaseRequestSummary. Return type: dict(str, dict(str, object))
-
display_name¶ [Required] Gets the display_name of this LimitsIncreaseRequestSummary. The user-friendly name of the limit increase request. Avoid entering confidential information.
Returns: The display_name of this LimitsIncreaseRequestSummary. Return type: str
[Required] Gets the freeform_tags of this LimitsIncreaseRequestSummary. 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 LimitsIncreaseRequestSummary. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this LimitsIncreaseRequestSummary. The OCID of the limit increase request.
Returns: The id of this LimitsIncreaseRequestSummary. Return type: str
-
items_in_request¶ [Required] Gets the items_in_request of this LimitsIncreaseRequestSummary. Number of limit increase items in the limit increase request.
Returns: The items_in_request of this LimitsIncreaseRequestSummary. Return type: int
-
justification¶ Gets the justification of this LimitsIncreaseRequestSummary. Reason for the limit increase request.
Returns: The justification of this LimitsIncreaseRequestSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this LimitsIncreaseRequestSummary. The current state of the limit increase request.
Returns: The lifecycle_state of this LimitsIncreaseRequestSummary. Return type: str
-
subscription_id¶ Gets the subscription_id of this LimitsIncreaseRequestSummary. The OCID of the tenancy subscription for the limit increase request.
Returns: The subscription_id of this LimitsIncreaseRequestSummary. Return type: str
Gets the system_tags of this LimitsIncreaseRequestSummary. 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 LimitsIncreaseRequestSummary. Return type: dict(str, dict(str, object))
-
time_created¶ [Required] Gets the time_created of this LimitsIncreaseRequestSummary. The time that the limit increase request was created.
Returns: The time_created of this LimitsIncreaseRequestSummary. Return type: datetime
-