CreateLimitsIncreaseItemRequestDetails¶
-
class
oci.limits_increase.models.CreateLimitsIncreaseItemRequestDetails(**kwargs)¶ Bases:
objectThe configuration details for creating a limit increase item within a limit increase request. For more information, see Creating a Limit Increase Request.
Methods
__init__(**kwargs)Initializes a new CreateLimitsIncreaseItemRequestDetails object with values from keyword arguments. Attributes
limit_name[Required] Gets the limit_name of this CreateLimitsIncreaseItemRequestDetails. questionnaire_responseGets the questionnaire_response of this CreateLimitsIncreaseItemRequestDetails. region[Required] Gets the region of this CreateLimitsIncreaseItemRequestDetails. scopeGets the scope of this CreateLimitsIncreaseItemRequestDetails. service_name[Required] Gets the service_name of this CreateLimitsIncreaseItemRequestDetails. value[Required] Gets the value of this CreateLimitsIncreaseItemRequestDetails. -
__init__(**kwargs)¶ Initializes a new CreateLimitsIncreaseItemRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - service_name (str) – The value to assign to the service_name property of this CreateLimitsIncreaseItemRequestDetails.
- limit_name (str) – The value to assign to the limit_name property of this CreateLimitsIncreaseItemRequestDetails.
- region (str) – The value to assign to the region property of this CreateLimitsIncreaseItemRequestDetails.
- scope (str) – The value to assign to the scope property of this CreateLimitsIncreaseItemRequestDetails.
- value (int) – The value to assign to the value property of this CreateLimitsIncreaseItemRequestDetails.
- questionnaire_response (list[oci.limits_increase.models.LimitsIncreaseItemQuestionRequest]) – The value to assign to the questionnaire_response property of this CreateLimitsIncreaseItemRequestDetails.
-
limit_name¶ [Required] Gets the limit_name of this CreateLimitsIncreaseItemRequestDetails. The name of the limit to be increased.
Returns: The limit_name of this CreateLimitsIncreaseItemRequestDetails. Return type: str
-
questionnaire_response¶ Gets the questionnaire_response of this CreateLimitsIncreaseItemRequestDetails. List of questionnaire responses.
Returns: The questionnaire_response of this CreateLimitsIncreaseItemRequestDetails. Return type: list[oci.limits_increase.models.LimitsIncreaseItemQuestionRequest]
-
region¶ [Required] Gets the region of this CreateLimitsIncreaseItemRequestDetails. The region for the limit increase.
Returns: The region of this CreateLimitsIncreaseItemRequestDetails. Return type: str
-
scope¶ Gets the scope of this CreateLimitsIncreaseItemRequestDetails. 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 CreateLimitsIncreaseItemRequestDetails. Return type: str
-
service_name¶ [Required] Gets the service_name of this CreateLimitsIncreaseItemRequestDetails. The name of the service that owns the limit.
Returns: The service_name of this CreateLimitsIncreaseItemRequestDetails. Return type: str
-
value¶ [Required] Gets the value of this CreateLimitsIncreaseItemRequestDetails. The requested value of the increase.
Returns: The value of this CreateLimitsIncreaseItemRequestDetails. Return type: int
-