| Server IP : 162.241.203.86 / Your IP : 216.73.216.183 Web Server : Apache System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : luxlic01 ( 6532) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/limits/models/__pycache__/ |
Upload File : |
a
���f�, � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd
d � �Z edd� �Z
e
jd
d� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z
e
jdd� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�QuotaSummaryz�
Consists of a subset of all the properties of the corresponding quota, and is recommended to be used in cases requiring
security of quota details, and for slightly better API performance.
�ACTIVEc
K sn dddddddddd� | _ ddd d
ddd
ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
dS )a�
Initializes a new QuotaSummary object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param id:
The value to assign to the id property of this QuotaSummary.
:type id: str
:param compartment_id:
The value to assign to the compartment_id property of this QuotaSummary.
:type compartment_id: str
:param name:
The value to assign to the name property of this QuotaSummary.
:type name: str
:param description:
The value to assign to the description property of this QuotaSummary.
:type description: str
:param time_created:
The value to assign to the time_created property of this QuotaSummary.
:type time_created: datetime
:param locks:
The value to assign to the locks property of this QuotaSummary.
:type locks: list[oci.limits.models.ResourceLock]
:param lifecycle_state:
The value to assign to the lifecycle_state property of this QuotaSummary.
Allowed values for this property are: "ACTIVE", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type lifecycle_state: str
:param freeform_tags:
The value to assign to the freeform_tags property of this QuotaSummary.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this QuotaSummary.
:type defined_tags: dict(str, dict(str, object))
�strZdatetimezlist[ResourceLock]zdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�name�description�time_created�locks�lifecycle_state�
freeform_tags�defined_tagsr Z
compartmentIdr r ZtimeCreatedr ZlifecycleStateZfreeformTagsZdefinedTagsN)Z
swagger_typesZ
attribute_map�_id�_compartment_id�_name�_description�
_time_created�_locks�_lifecycle_state�_freeform_tags�
_defined_tags)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/limits/models/quota_summary.py�__init__ s: -�
�zQuotaSummary.__init__c C s | j S )z�
**[Required]** Gets the id of this QuotaSummary.
The OCID of the quota.
:return: The id of this QuotaSummary.
:rtype: str
�r �r r r r r e s
zQuotaSummary.idc C s
|| _ dS )z�
Sets the id of this QuotaSummary.
The OCID of the quota.
:param id: The id of this QuotaSummary.
:type: str
Nr )r r r r r r q s
c C s | j S )z�
**[Required]** Gets the compartment_id of this QuotaSummary.
The OCID of the compartment containing the resource this quota applies to.
:return: The compartment_id of this QuotaSummary.
:rtype: str
�r r! r r r r
} s
zQuotaSummary.compartment_idc C s
|| _ dS )z�
Sets the compartment_id of this QuotaSummary.
The OCID of the compartment containing the resource this quota applies to.
:param compartment_id: The compartment_id of this QuotaSummary.
:type: str
Nr"