403Webshell
Server IP : 162.241.203.86  /  Your IP : 216.73.217.105
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 : theart99 ( 5843)
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/container_engine/models/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

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

���fy$�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@seZdZdZdZdZdZdZdZdZ	dZ
d	d
�Zedd��Z
e
jd
d��Z
edd��Zejdd��Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejdd��Zd d!�Zd"d#�Zd$d%�Zd&S)'�Addonz.
    The properties that define an addon.
    �CREATING�ACTIVE�DELETING�DELETED�UPDATING�NEEDS_ATTENTION�FAILEDcKsZdddddddd�|_dddd	d
ddd�|_d
|_d
|_d
|_d
|_d
|_d
|_d
|_d
S)a�
        Initializes a new Addon object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param name:
            The value to assign to the name property of this Addon.
        :type name: str

        :param version:
            The value to assign to the version property of this Addon.
        :type version: str

        :param current_installed_version:
            The value to assign to the current_installed_version property of this Addon.
        :type current_installed_version: str

        :param time_created:
            The value to assign to the time_created property of this Addon.
        :type time_created: datetime

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this Addon.
            Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "UPDATING", "NEEDS_ATTENTION", "FAILED", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type lifecycle_state: str

        :param configurations:
            The value to assign to the configurations property of this Addon.
        :type configurations: list[oci.container_engine.models.AddonConfiguration]

        :param addon_error:
            The value to assign to the addon_error property of this Addon.
        :type addon_error: oci.container_engine.models.AddonError

        �strZdatetimezlist[AddonConfiguration]Z
AddonError)�name�version�current_installed_version�time_created�lifecycle_state�configurations�addon_errorrrZcurrentInstalledVersionZtimeCreatedZlifecycleStaterZ
addonErrorN)	Z
swagger_typesZ
attribute_map�_name�_version�_current_installed_version�
_time_created�_lifecycle_state�_configurations�_addon_error)�self�kwargs�r�E/usr/lib/python3.9/site-packages/oci/container_engine/models/addon.py�__init__.s.%��
zAddon.__init__cCs|jS)z�
        **[Required]** Gets the name of this Addon.
        The name of the addon.


        :return: The name of this Addon.
        :rtype: str
        �r�rrrr rns
z
Addon.namecCs
||_dS)z�
        Sets the name of this Addon.
        The name of the addon.


        :param name: The name of this Addon.
        :type: str
        Nr")rrrrr rzs
cCs|jS)z�
        Gets the version of this Addon.
        selected addon version, or null indicates autoUpdate


        :return: The version of this Addon.
        :rtype: str
        �rr#rrr r�s
z
Addon.versioncCs
||_dS)z�
        Sets the version of this Addon.
        selected addon version, or null indicates autoUpdate


        :param version: The version of this Addon.
        :type: str
        Nr$)rrrrr r�s
cCs|jS)z�
        Gets the current_installed_version of this Addon.
        current installed version of the addon


        :return: The current_installed_version of this Addon.
        :rtype: str
        �rr#rrr r�s
zAddon.current_installed_versioncCs
||_dS)z�
        Sets the current_installed_version of this Addon.
        current installed version of the addon


        :param current_installed_version: The current_installed_version of this Addon.
        :type: str
        Nr%)rrrrr r�s
cCs|jS)z�
        Gets the time_created of this Addon.
        The time the cluster was created.


        :return: The time_created of this Addon.
        :rtype: datetime
        �rr#rrr r�s
zAddon.time_createdcCs
||_dS)z�
        Sets the time_created of this Addon.
        The time the cluster was created.


        :param time_created: The time_created of this Addon.
        :type: datetime
        Nr&)rrrrr r�s
cCs|jS)a�
        **[Required]** Gets the lifecycle_state of this Addon.
        The state of the addon.

        Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "UPDATING", "NEEDS_ATTENTION", "FAILED", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The lifecycle_state of this Addon.
        :rtype: str
        )rr#rrr r�s
zAddon.lifecycle_statecCs gd�}t||�sd}||_dS)z�
        Sets the lifecycle_state of this Addon.
        The state of the addon.


        :param lifecycle_state: The lifecycle_state of this Addon.
        :type: str
        )rrr	r
rrr
ZUNKNOWN_ENUM_VALUEN)rr)rrZallowed_valuesrrr r�s

cCs|jS)z�
        Gets the configurations of this Addon.
        Addon configuration details.


        :return: The configurations of this Addon.
        :rtype: list[oci.container_engine.models.AddonConfiguration]
        �rr#rrr r�s
zAddon.configurationscCs
||_dS)z�
        Sets the configurations of this Addon.
        Addon configuration details.


        :param configurations: The configurations of this Addon.
        :type: list[oci.container_engine.models.AddonConfiguration]
        Nr')rrrrr r�s
cCs|jS)z�
        Gets the addon_error of this Addon.
        The error info of the addon.


        :return: The addon_error of this Addon.
        :rtype: oci.container_engine.models.AddonError
        �rr#rrr rs
zAddon.addon_errorcCs
||_dS)z�
        Sets the addon_error of this Addon.
        The error info of the addon.


        :param addon_error: The addon_error of this Addon.
        :type: oci.container_engine.models.AddonError
        Nr()rrrrr rs
cCst|�S�N)rr#rrr �__repr__szAddon.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr �__eq__szAddon.__eq__cCs
||kSr)rr,rrr �__ne__%szAddon.__ne__N)�__name__�
__module__�__qualname__�__doc__ZLIFECYCLE_STATE_CREATINGZLIFECYCLE_STATE_ACTIVEZLIFECYCLE_STATE_DELETINGZLIFECYCLE_STATE_DELETEDZLIFECYCLE_STATE_UPDATINGZLIFECYCLE_STATE_NEEDS_ATTENTIONZLIFECYCLE_STATE_FAILEDr!�propertyr�setterrrrrrrr*r.r/rrrr rsP@













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

Youez - 2016 - github.com/yon3zu
LinuXploit