📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
cims
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cims/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_limit_item_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateItemDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�CreateLimitItemDetailsz" Reserved for future use. �APPROVED�PARTIALLY_APPROVED�NOT_APPROVEDc K st dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a{ Initializes a new CreateLimitItemDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.cims.models.CreateLimitItemDetails.type` attribute of this class is ``limit`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this CreateLimitItemDetails. :type type: str :param category: The value to assign to the category property of this CreateLimitItemDetails. :type category: oci.cims.models.CreateCategoryDetails :param sub_category: The value to assign to the sub_category property of this CreateLimitItemDetails. :type sub_category: oci.cims.models.CreateSubCategoryDetails :param issue_type: The value to assign to the issue_type property of this CreateLimitItemDetails. :type issue_type: oci.cims.models.CreateIssueTypeDetails :param name: The value to assign to the name property of this CreateLimitItemDetails. :type name: str :param current_limit: The value to assign to the current_limit property of this CreateLimitItemDetails. :type current_limit: int :param current_usage: The value to assign to the current_usage property of this CreateLimitItemDetails. :type current_usage: int :param requested_limit: The value to assign to the requested_limit property of this CreateLimitItemDetails. :type requested_limit: int :param limit_status: The value to assign to the limit_status property of this CreateLimitItemDetails. Allowed values for this property are: "APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED" :type limit_status: str �str�CreateCategoryDetails�CreateSubCategoryDetails�CreateIssueTypeDetails�int) �type�category�sub_category� issue_type�name� current_limit� current_usage�requested_limit�limit_statusr r �subCategory� issueTyper �currentLimit�currentUsage�requestedLimit�limitStatusN�limit)� swagger_types� attribute_map�_type� _category� _sub_category�_issue_type�_name�_current_limit�_current_usage�_requested_limit� _limit_status)�self�kwargs� r. ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cims/models/create_limit_item_details.py�__init__ s<