403Webshell
Server IP : 162.241.203.86  /  Your IP : 216.73.217.87
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/data_integration/models/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

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

���f+�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sNeZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zed
d��Z	e	jdd��Z	ed
d��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zedd��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zedd ��Zejd!d ��Zed"d#��Zejd$d#��Zd%d&�Zd'd(�Zd)d*�Zd+S),�Projectzd
    The project type contains the audit summary information and the definition of the project.
    cKs�dddddddddddd�|_ddd	d
ddd
ddddd�|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_d|_dS)a�
        Initializes a new Project object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param key:
            The value to assign to the key property of this Project.
        :type key: str

        :param model_type:
            The value to assign to the model_type property of this Project.
        :type model_type: str

        :param model_version:
            The value to assign to the model_version property of this Project.
        :type model_version: str

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

        :param description:
            The value to assign to the description property of this Project.
        :type description: str

        :param object_status:
            The value to assign to the object_status property of this Project.
        :type object_status: int

        :param identifier:
            The value to assign to the identifier property of this Project.
        :type identifier: str

        :param object_version:
            The value to assign to the object_version property of this Project.
        :type object_version: int

        :param parent_ref:
            The value to assign to the parent_ref property of this Project.
        :type parent_ref: oci.data_integration.models.ParentReference

        :param metadata:
            The value to assign to the metadata property of this Project.
        :type metadata: oci.data_integration.models.ObjectMetadata

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

        �str�intZParentReferenceZObjectMetadatazdict(str, str))�key�
model_type�
model_version�name�description�
object_status�
identifier�object_version�
parent_ref�metadata�key_mapr	Z	modelTypeZmodelVersionrr
ZobjectStatusrZ
objectVersionZ	parentRefrZkeyMapN)
Z
swagger_typesZ
attribute_map�_key�_model_type�_model_version�_name�_description�_object_status�_identifier�_object_version�_parent_ref�	_metadata�_key_map)�self�kwargs�r!�G/usr/lib/python3.9/site-packages/oci/data_integration/models/project.py�__init__sF3��zProject.__init__cCs|jS)z�
        Gets the key of this Project.
        Generated key that can be used in API calls to identify project.


        :return: The key of this Project.
        :rtype: str
        �r�rr!r!r"r	ls
zProject.keycCs
||_dS)z�
        Sets the key of this Project.
        Generated key that can be used in API calls to identify project.


        :param key: The key of this Project.
        :type: str
        Nr$)rr	r!r!r"r	xs
cCs|jS)z�
        Gets the model_type of this Project.
        The type of the object.


        :return: The model_type of this Project.
        :rtype: str
        �rr%r!r!r"r
�s
zProject.model_typecCs
||_dS)z�
        Sets the model_type of this Project.
        The type of the object.


        :param model_type: The model_type of this Project.
        :type: str
        Nr&)rr
r!r!r"r
�s
cCs|jS)z�
        Gets the model_version of this Project.
        The model version of an object.


        :return: The model_version of this Project.
        :rtype: str
        �rr%r!r!r"r�s
zProject.model_versioncCs
||_dS)z�
        Sets the model_version of this Project.
        The model version of an object.


        :param model_version: The model_version of this Project.
        :type: str
        Nr')rrr!r!r"r�s
cCs|jS)a-
        Gets the name of this Project.
        Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.


        :return: The name of this Project.
        :rtype: str
        �rr%r!r!r"r�s
zProject.namecCs
||_dS)a0
        Sets the name of this Project.
        Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.


        :param name: The name of this Project.
        :type: str
        Nr()rrr!r!r"r�s
cCs|jS)z�
        Gets the description of this Project.
        A user defined description for the project.


        :return: The description of this Project.
        :rtype: str
        �rr%r!r!r"r
�s
zProject.descriptioncCs
||_dS)z�
        Sets the description of this Project.
        A user defined description for the project.


        :param description: The description of this Project.
        :type: str
        Nr))rr
r!r!r"r
�s
cCs|jS)z�
        Gets the object_status of this Project.
        The status of an object that can be set to value 1 for shallow references across objects, other values reserved.


        :return: The object_status of this Project.
        :rtype: int
        �rr%r!r!r"r�s
zProject.object_statuscCs
||_dS)a
        Sets the object_status of this Project.
        The status of an object that can be set to value 1 for shallow references across objects, other values reserved.


        :param object_status: The object_status of this Project.
        :type: int
        Nr*)rrr!r!r"r�s
cCs|jS)a
        Gets the identifier of this Project.
        Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.


        :return: The identifier of this Project.
        :rtype: str
        �rr%r!r!r"r�s
zProject.identifiercCs
||_dS)a#
        Sets the identifier of this Project.
        Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.


        :param identifier: The identifier of this Project.
        :type: str
        Nr+)rrr!r!r"rs
cCs|jS)z�
        Gets the object_version of this Project.
        The version of the object that is used to track changes in the object instance.


        :return: The object_version of this Project.
        :rtype: int
        �rr%r!r!r"rs
zProject.object_versioncCs
||_dS)z�
        Sets the object_version of this Project.
        The version of the object that is used to track changes in the object instance.


        :param object_version: The object_version of this Project.
        :type: int
        Nr,)rrr!r!r"r s
cCs|jS)z�
        Gets the parent_ref of this Project.

        :return: The parent_ref of this Project.
        :rtype: oci.data_integration.models.ParentReference
        �rr%r!r!r"r,szProject.parent_refcCs
||_dS)z�
        Sets the parent_ref of this Project.

        :param parent_ref: The parent_ref of this Project.
        :type: oci.data_integration.models.ParentReference
        Nr-)rrr!r!r"r6scCs|jS)z�
        Gets the metadata of this Project.

        :return: The metadata of this Project.
        :rtype: oci.data_integration.models.ObjectMetadata
        �rr%r!r!r"r@szProject.metadatacCs
||_dS)z�
        Sets the metadata of this Project.

        :param metadata: The metadata of this Project.
        :type: oci.data_integration.models.ObjectMetadata
        Nr.)rrr!r!r"rJscCs|jS)a
        Gets the key_map of this Project.
        A key map. If provided, the key is replaced with generated key. This structure provides mapping between user provided key and generated key.


        :return: The key_map of this Project.
        :rtype: dict(str, str)
        �rr%r!r!r"rTs
zProject.key_mapcCs
||_dS)a
        Sets the key_map of this Project.
        A key map. If provided, the key is replaced with generated key. This structure provides mapping between user provided key and generated key.


        :param key_map: The key_map of this Project.
        :type: dict(str, str)
        Nr/)rrr!r!r"r`s
cCst|�S�N)rr%r!r!r"�__repr__lszProject.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherr!r!r"�__eq__oszProject.__eq__cCs
||kSr0r!r3r!r!r"�__ne__uszProject.__ne__N)�__name__�
__module__�__qualname__�__doc__r#�propertyr	�setterr
rrr
rrrrrrr1r5r6r!r!r!r"rsbZ
















	
	
	
	

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

Youez - 2016 - github.com/yon3zu
LinuXploit