ruạṛ
a ���fd0 � @ 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 @ s8 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� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�Quotaa4 Quotas are applied on top of the service limits and inherited through the nested compartment hierarchy. Quotas allow compartment admins to limit resource consumption and set boundaries around acceptable resource use. The term "quota" can be interpreted as the following: * An individual statement written in the declarative language. * A collection of statements in a single, named "quota" object (which has an Oracle Cloud ID (OCID) assigned to it). * The overall body of quotas your organization uses to control access to resources. �ACTIVEc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new Quota 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 Quota. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Quota. :type compartment_id: str :param name: The value to assign to the name property of this Quota. :type name: str :param statements: The value to assign to the statements property of this Quota. :type statements: list[str] :param locks: The value to assign to the locks property of this Quota. :type locks: list[oci.limits.models.ResourceLock] :param description: The value to assign to the description property of this Quota. :type description: str :param time_created: The value to assign to the time_created property of this Quota. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Quota. 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 Quota. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Quota. :type defined_tags: dict(str, dict(str, object)) �strz list[str]zlist[ResourceLock]Zdatetimezdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�name� statements�locks�description�time_created�lifecycle_state� freeform_tags�defined_tagsr Z compartmentIdr r r r ZtimeCreatedZlifecycleStateZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_name�_statements�_locks�_description� _time_created�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r �;/usr/lib/python3.9/site-packages/oci/limits/models/quota.py�__init__ s@ 1�� zQuota.__init__c C s | j S )z� **[Required]** Gets the id of this Quota. The OCID of the quota. :return: The id of this Quota. :rtype: str �r �r r r r r p s zQuota.idc C s || _ dS )z� Sets the id of this Quota. The OCID of the quota. :param id: The id of this Quota. :type: str Nr"