CreateLimitItemDetails¶
-
class
oci.cims.models.
CreateLimitItemDetails
(**kwargs)¶ Bases:
oci.cims.models.create_item_details.CreateItemDetails
Details about the service limit increase request. Avoid entering confidential information. For information about LIMIT support tickets, see Creating a Service Limit Increase Request.
Methods
__init__
(**kwargs)Initializes a new CreateLimitItemDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. Attributes
category
Gets the category of this CreateItemDetails. current_limit
Gets the current_limit of this CreateLimitItemDetails. current_usage
Gets the current_usage of this CreateLimitItemDetails. issue_type
Gets the issue_type of this CreateItemDetails. name
Gets the name of this CreateItemDetails. requested_limit
Gets the requested_limit of this CreateLimitItemDetails. sub_category
Gets the sub_category of this CreateItemDetails. type
Gets the type of this CreateItemDetails. -
__init__
(**kwargs)¶ Initializes a new CreateLimitItemDetails object with values from keyword arguments. The default value of the
type
attribute of this class islimit
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this CreateLimitItemDetails.
- category (oci.cims.models.CreateCategoryDetails) – The value to assign to the category property of this CreateLimitItemDetails.
- sub_category (oci.cims.models.CreateSubCategoryDetails) – The value to assign to the sub_category property of this CreateLimitItemDetails.
- issue_type (oci.cims.models.CreateIssueTypeDetails) – The value to assign to the issue_type property of this CreateLimitItemDetails.
- name (str) – The value to assign to the name property of this CreateLimitItemDetails.
- current_limit (int) – The value to assign to the current_limit property of this CreateLimitItemDetails.
- current_usage (int) – The value to assign to the current_usage property of this CreateLimitItemDetails.
- requested_limit (int) – The value to assign to the requested_limit property of this CreateLimitItemDetails.
-
category
¶ Gets the category of this CreateItemDetails.
Returns: The category of this CreateItemDetails. Return type: oci.cims.models.CreateCategoryDetails
-
current_limit
¶ Gets the current_limit of this CreateLimitItemDetails. The limit of the resource currently available.
Returns: The current_limit of this CreateLimitItemDetails. Return type: int
-
current_usage
¶ Gets the current_usage of this CreateLimitItemDetails. The current usage of the resource.
Returns: The current_usage of this CreateLimitItemDetails. Return type: int
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
issue_type
¶ Gets the issue_type of this CreateItemDetails.
Returns: The issue_type of this CreateItemDetails. Return type: oci.cims.models.CreateIssueTypeDetails
-
name
¶ Gets the name of this CreateItemDetails. The display name of the ticket. Avoid entering confidential information.
Returns: The name of this CreateItemDetails. Return type: str
-
requested_limit
¶ Gets the requested_limit of this CreateLimitItemDetails. The new service limit being requested.
Returns: The requested_limit of this CreateLimitItemDetails. Return type: int
-
sub_category
¶ Gets the sub_category of this CreateItemDetails.
Returns: The sub_category of this CreateItemDetails. Return type: oci.cims.models.CreateSubCategoryDetails
-
type
¶ Gets the type of this CreateItemDetails. The type of the ticket.
Returns: The type of this CreateItemDetails. Return type: str
-