📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
cims
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cims/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: limit_item.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Item� )�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 )� LimitItemz- Details about the LimitItem object. �APPROVED�PARTIALLY_APPROVED�NOT_APPROVEDc K s~ ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new LimitItem object with values from keyword arguments. The default value of the :py:attr:`~oci.cims.models.LimitItem.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 item_key: The value to assign to the item_key property of this LimitItem. :type item_key: str :param name: The value to assign to the name property of this LimitItem. :type name: str :param type: The value to assign to the type property of this LimitItem. :type type: str :param category: The value to assign to the category property of this LimitItem. :type category: oci.cims.models.Category :param sub_category: The value to assign to the sub_category property of this LimitItem. :type sub_category: oci.cims.models.SubCategory :param issue_type: The value to assign to the issue_type property of this LimitItem. :type issue_type: oci.cims.models.IssueType :param current_limit: The value to assign to the current_limit property of this LimitItem. :type current_limit: int :param current_usage: The value to assign to the current_usage property of this LimitItem. :type current_usage: int :param requested_limit: The value to assign to the requested_limit property of this LimitItem. :type requested_limit: int :param limit_status: The value to assign to the limit_status property of this LimitItem. Allowed values for this property are: "APPROVED", "PARTIALLY_APPROVED", "NOT_APPROVED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type limit_status: str �strZCategoryZSubCategoryZ IssueType�int) Zitem_key�name�type�categoryZsub_categoryZ issue_type� current_limit� current_usage�requested_limit�limit_statusZitemKeyr r r ZsubCategoryZ issueTypeZcurrentLimitZcurrentUsageZrequestedLimitZlimitStatusN�limit)Z swagger_typesZ attribute_mapZ _item_key�_nameZ_typeZ _categoryZ _sub_categoryZ_issue_type�_current_limit�_current_usage�_requested_limit� _limit_status)�self�kwargs� r �>/usr/lib/python3.9/site-packages/oci/cims/models/limit_item.py�__init__ sB 2�� zLimitItem.__init__c C s | j S )z� Gets the current_limit of this LimitItem. The current service limit for the resource. :return: The current_limit of this LimitItem. :rtype: int �r �r r r r r u s zLimitItem.current_limitc C s || _ dS )z� Sets the current_limit of this LimitItem. The current service limit for the resource. :param current_limit: The current_limit of this LimitItem. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the current_usage of this LimitItem. The current resource usage. :return: The current_usage of this LimitItem. :rtype: int �r r! r r r r � s zLimitItem.current_usagec C s || _ dS )z� Sets the current_usage of this LimitItem. The current resource usage. :param current_usage: The current_usage of this LimitItem. :type: int Nr"