403Webshell
Server IP : 162.144.4.212  /  Your IP : 216.73.216.108
Web Server : Apache
System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User : cozeellc ( 2980)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /usr/lib/python3.9/site-packages/oci/stack_monitoring/models/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /usr/lib/python3.9/site-packages/oci/stack_monitoring/models/__pycache__/config.cpython-39.pyc
a

���f;�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sdeZdZdZdZdZdZdZdZdZ	dZ
d	Zd
Zdd�Z
ed
d��Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejdd��Zedd��Zejd d��Zed!d"��Zejd#d"��Zed$d%��Zejd&d%��Zed'd(��Zejd)d(��Zed*d+��Zejd,d+��Zd-d.�Zd/d0�Zd1d2�Zd3S)4�Configap
    A configuration item that, for example defines whether resources of a specific type
    should be discovered automatically.

    In this case, the 'configType' is set to 'AUTO_PROMOTE' and additional fields like
    'resourceType' and 'isEnabled' determine if such resources are to be discovered
    automatically (also referred to as 'Automatic Promotion').
    �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�AUTO_PROMOTE�LICENSE_AUTO_ASSIGN� LICENSE_ENTERPRISE_EXTENSIBILITYcKsxddddddddddd�
|_dddd	d
ddd
ddd�
|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_dS)a�	
        Initializes a new Config object with values from keyword arguments. This class has the following subclasses and if you are using this class as input
        to a service operations then you should favor using a subclass over the base class:

        * :class:`~oci.stack_monitoring.models.LicenseEnterpriseExtensibilityConfigDetails`
        * :class:`~oci.stack_monitoring.models.LicenseAutoAssignConfigDetails`
        * :class:`~oci.stack_monitoring.models.AutoPromoteConfigDetails`

        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 Config.
        :type id: str

        :param compartment_id:
            The value to assign to the compartment_id property of this Config.
        :type compartment_id: str

        :param display_name:
            The value to assign to the display_name property of this Config.
        :type display_name: str

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

        :param time_updated:
            The value to assign to the time_updated property of this Config.
        :type time_updated: datetime

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

        :param config_type:
            The value to assign to the config_type property of this Config.
            Allowed values for this property are: "AUTO_PROMOTE", "LICENSE_AUTO_ASSIGN", "LICENSE_ENTERPRISE_EXTENSIBILITY", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type config_type: str

        :param freeform_tags:
            The value to assign to the freeform_tags property of this Config.
        :type freeform_tags: dict(str, str)

        :param defined_tags:
            The value to assign to the defined_tags property of this Config.
        :type defined_tags: dict(str, dict(str, object))

        :param system_tags:
            The value to assign to the system_tags property of this Config.
        :type system_tags: dict(str, dict(str, object))

        �strZdatetimezdict(str, str)zdict(str, dict(str, object)))
�id�compartment_id�display_name�time_created�time_updated�lifecycle_state�config_type�
freeform_tags�defined_tags�system_tagsrZ
compartmentIdZdisplayNameZtimeCreatedZtimeUpdatedZlifecycleState�
configTypeZfreeformTagsZdefinedTagsZ
systemTagsN)Z
swagger_typesZ
attribute_map�_id�_compartment_id�
_display_name�
_time_created�
_time_updated�_lifecycle_state�_config_type�_freeform_tags�
_defined_tags�_system_tags)�self�kwargs�r(�F/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/config.py�__init__;s@9��
zConfig.__init__cCs4|d}|dkrdS|dkr dS|dkr,dSdSd	S)
z�
        Given the hash representation of a subtype of this class,
        use the info in the hash to return the class of the subtype.
        rrZ+LicenseEnterpriseExtensibilityConfigDetailsrZLicenseAutoAssignConfigDetailsr
ZAutoPromoteConfigDetailsrNr()Zobject_dictionary�typer(r(r)�get_subtype�szConfig.get_subtypecCs|jS)z�
        **[Required]** Gets the id of this Config.
        The Unique Oracle ID (OCID) that is immutable on creation.


        :return: The id of this Config.
        :rtype: str
        �r�r&r(r(r)r�s
z	Config.idcCs
||_dS)z�
        Sets the id of this Config.
        The Unique Oracle ID (OCID) that is immutable on creation.


        :param id: The id of this Config.
        :type: str
        Nr-)r&rr(r(r)r�s
cCs|jS)z�
        **[Required]** Gets the compartment_id of this Config.
        The OCID of the compartment containing the configuration.


        :return: The compartment_id of this Config.
        :rtype: str
        �rr.r(r(r)r�s
zConfig.compartment_idcCs
||_dS)z�
        Sets the compartment_id of this Config.
        The OCID of the compartment containing the configuration.


        :param compartment_id: The compartment_id of this Config.
        :type: str
        Nr/)r&rr(r(r)r�s
cCs|jS)z�
        Gets the display_name of this Config.
        A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.


        :return: The display_name of this Config.
        :rtype: str
        �rr.r(r(r)r�s
zConfig.display_namecCs
||_dS)a
        Sets the display_name of this Config.
        A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.


        :param display_name: The display_name of this Config.
        :type: str
        Nr0)r&rr(r(r)r�s
cCs|jS)z�
        Gets the time_created of this Config.
        The time the configuration was created. An RFC3339 formatted datetime string.


        :return: The time_created of this Config.
        :rtype: datetime
        �rr.r(r(r)r�s
zConfig.time_createdcCs
||_dS)z�
        Sets the time_created of this Config.
        The time the configuration was created. An RFC3339 formatted datetime string.


        :param time_created: The time_created of this Config.
        :type: datetime
        Nr1)r&rr(r(r)r�s
cCs|jS)z�
        Gets the time_updated of this Config.
        The time the Config was updated.


        :return: The time_updated of this Config.
        :rtype: datetime
        �r r.r(r(r)rs
zConfig.time_updatedcCs
||_dS)z�
        Sets the time_updated of this Config.
        The time the Config was updated.


        :param time_updated: The time_updated of this Config.
        :type: datetime
        Nr2)r&rr(r(r)rs
cCs|jS)a�
        **[Required]** Gets the lifecycle_state of this Config.
        The current state of the configuration.

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


        :return: The lifecycle_state of this Config.
        :rtype: str
        )r!r.r(r(r)r#s
zConfig.lifecycle_statecCs gd�}t||�sd}||_dS)z�
        Sets the lifecycle_state of this Config.
        The current state of the configuration.


        :param lifecycle_state: The lifecycle_state of this Config.
        :type: str
        )rrr	r
rr�UNKNOWN_ENUM_VALUEN)rr!)r&r�allowed_valuesr(r(r)r2s

cCs|jS)a�
        **[Required]** Gets the config_type of this Config.
        The type of configuration.

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


        :return: The config_type of this Config.
        :rtype: str
        )r"r.r(r(r)rAs
zConfig.config_typecCs gd�}t||�sd}||_dS)z�
        Sets the config_type of this Config.
        The type of configuration.


        :param config_type: The config_type of this Config.
        :type: str
        )r
rrr3N)rr")r&rr4r(r(r)rPs

cCs|jS)a3
        Gets the freeform_tags of this Config.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
        Example: `{"bar-key": "value"}`


        :return: The freeform_tags of this Config.
        :rtype: dict(str, str)
        �r#r.r(r(r)r_szConfig.freeform_tagscCs
||_dS)a?
        Sets the freeform_tags of this Config.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
        Example: `{"bar-key": "value"}`


        :param freeform_tags: The freeform_tags of this Config.
        :type: dict(str, str)
        Nr5)r&rr(r(r)rlscCs|jS)a-
        Gets the defined_tags of this Config.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        Example: `{"foo-namespace": {"bar-key": "value"}}`


        :return: The defined_tags of this Config.
        :rtype: dict(str, dict(str, object))
        �r$r.r(r(r)ryszConfig.defined_tagscCs
||_dS)a8
        Sets the defined_tags of this Config.
        Defined tags for this resource. Each key is predefined and scoped to a namespace.
        Example: `{"foo-namespace": {"bar-key": "value"}}`


        :param defined_tags: The defined_tags of this Config.
        :type: dict(str, dict(str, object))
        Nr6)r&rr(r(r)r�scCs|jS)a*
        Gets the system_tags of this Config.
        Usage of system tag keys. These predefined keys are scoped to namespaces.
        Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`


        :return: The system_tags of this Config.
        :rtype: dict(str, dict(str, object))
        �r%r.r(r(r)r�szConfig.system_tagscCs
||_dS)a4
        Sets the system_tags of this Config.
        Usage of system tag keys. These predefined keys are scoped to namespaces.
        Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`


        :param system_tags: The system_tags of this Config.
        :type: dict(str, dict(str, object))
        Nr7)r&rr(r(r)r�scCst|�S�N)rr.r(r(r)�__repr__�szConfig.__repr__cCs|durdS|j|jkS)NF)�__dict__�r&�otherr(r(r)�__eq__�sz
Config.__eq__cCs
||kSr8r(r;r(r(r)�__ne__�sz
Config.__ne__N)�__name__�
__module__�__qualname__�__doc__ZLIFECYCLE_STATE_CREATINGZLIFECYCLE_STATE_UPDATINGZLIFECYCLE_STATE_ACTIVEZLIFECYCLE_STATE_DELETINGZLIFECYCLE_STATE_DELETEDZLIFECYCLE_STATE_FAILEDZCONFIG_TYPE_AUTO_PROMOTEZCONFIG_TYPE_LICENSE_AUTO_ASSIGNZ,CONFIG_TYPE_LICENSE_ENTERPRISE_EXTENSIBILITYr*�staticmethodr,�propertyr�setterrrrrrrrrrr9r=r>r(r(r(r)rsp]




















rN)Zoci.utilrrrZoci.decoratorsr�objectrr(r(r(r)�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit