LimitsIncreaseItemRequestSummary¶
-
class
oci.limits_increase.models.LimitsIncreaseItemRequestSummary(**kwargs)¶ Bases:
objectA summary of properties for a limit increase item within the indicated limit increase request.
Methods
__init__(**kwargs)Initializes a new LimitsIncreaseItemRequestSummary object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this LimitsIncreaseItemRequestSummary. current_value[Required] Gets the current_value of this LimitsIncreaseItemRequestSummary. id[Required] Gets the id of this LimitsIncreaseItemRequestSummary. lifecycle_state[Required] Gets the lifecycle_state of this LimitsIncreaseItemRequestSummary. limit_name[Required] Gets the limit_name of this LimitsIncreaseItemRequestSummary. limits_increase_request_id[Required] Gets the limits_increase_request_id of this LimitsIncreaseItemRequestSummary. region[Required] Gets the region of this LimitsIncreaseItemRequestSummary. scopeGets the scope of this LimitsIncreaseItemRequestSummary. service_name[Required] Gets the service_name of this LimitsIncreaseItemRequestSummary. time_created[Required] Gets the time_created of this LimitsIncreaseItemRequestSummary. value[Required] Gets the value of this LimitsIncreaseItemRequestSummary. -
__init__(**kwargs)¶ Initializes a new LimitsIncreaseItemRequestSummary 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 LimitsIncreaseItemRequestSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this LimitsIncreaseItemRequestSummary.
- region (str) – The value to assign to the region property of this LimitsIncreaseItemRequestSummary.
- scope (str) – The value to assign to the scope property of this LimitsIncreaseItemRequestSummary.
- service_name (str) – The value to assign to the service_name property of this LimitsIncreaseItemRequestSummary.
- limit_name (str) – The value to assign to the limit_name property of this LimitsIncreaseItemRequestSummary.
- value (int) – The value to assign to the value property of this LimitsIncreaseItemRequestSummary.
- current_value (int) – The value to assign to the current_value property of this LimitsIncreaseItemRequestSummary.
- limits_increase_request_id (str) – The value to assign to the limits_increase_request_id property of this LimitsIncreaseItemRequestSummary.
- time_created (datetime) – The value to assign to the time_created property of this LimitsIncreaseItemRequestSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this LimitsIncreaseItemRequestSummary.
-
compartment_id¶ [Required] Gets the compartment_id of this LimitsIncreaseItemRequestSummary. The OCID of the compartment that contains the limit increase item. Note: The tenancy is the root compartment.
Returns: The compartment_id of this LimitsIncreaseItemRequestSummary. Return type: str
-
current_value¶ [Required] Gets the current_value of this LimitsIncreaseItemRequestSummary. The value of the limit for the tenancy at the time of the request. Purely informative.
Returns: The current_value of this LimitsIncreaseItemRequestSummary. Return type: int
-
id¶ [Required] Gets the id of this LimitsIncreaseItemRequestSummary. The OCID of the limit increase item.
Returns: The id of this LimitsIncreaseItemRequestSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this LimitsIncreaseItemRequestSummary. The current status of the limit increase item.
Returns: The lifecycle_state of this LimitsIncreaseItemRequestSummary. Return type: str
-
limit_name¶ [Required] Gets the limit_name of this LimitsIncreaseItemRequestSummary. The name of the limit to be increased.
Returns: The limit_name of this LimitsIncreaseItemRequestSummary. Return type: str
-
limits_increase_request_id¶ [Required] Gets the limits_increase_request_id of this LimitsIncreaseItemRequestSummary. The OCID of the limit increase request that the limit increase item belongs to.
Returns: The limits_increase_request_id of this LimitsIncreaseItemRequestSummary. Return type: str
-
region¶ [Required] Gets the region of this LimitsIncreaseItemRequestSummary. The region code for the limit increase item.
Returns: The region of this LimitsIncreaseItemRequestSummary. Return type: str
-
scope¶ Gets the scope of this LimitsIncreaseItemRequestSummary. The scope of the limit increase item. For OCI, use the logical availability domain (AD) of the request. For Multicloud, use the availability zone (AZ) of the request
Returns: The scope of this LimitsIncreaseItemRequestSummary. Return type: str
-
service_name¶ [Required] Gets the service_name of this LimitsIncreaseItemRequestSummary. The name of the service that owns the limit.
Returns: The service_name of this LimitsIncreaseItemRequestSummary. Return type: str
-
time_created¶ [Required] Gets the time_created of this LimitsIncreaseItemRequestSummary. The time that the limit increase request was created. Format defined by RFC3339.
Returns: The time_created of this LimitsIncreaseItemRequestSummary. Return type: datetime
-
value¶ [Required] Gets the value of this LimitsIncreaseItemRequestSummary. The requested value for the limit.
Returns: The value of this LimitsIncreaseItemRequestSummary. Return type: int
-