403Webshell
Server IP : 162.241.203.86  /  Your IP : 216.73.216.183
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__/target.cpython-39.pyc
a

���f H�@sDddlmZddlmZmZmZddlmZeGdd�de��ZdS)�)�Operator�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s�eZdZdZdZdZdZdZdZdZ	dd	�Z
ed
d��Zej
dd��Zed
d��Zej
dd��Zedd��Zej
dd��Zedd��Zej
dd��Zedd��Zej
dd��Zedd��Zej
dd��Zedd��Zej
dd��Zedd ��Zej
d!d ��Zed"d#��Zej
d$d#��Zed%d&��Zej
d'd&��Zed(d)��Zej
d*d)��Zed+d,��Zej
d-d,��Zd.d/�Zd0d1�Zd2d3�Zd4S)5�Targetz�
    The information about the target operator. The target operator lets you specify the data entity to store the transformed data.
    �TRUNCATE�MERGE�BACKUP�	OVERWRITE�APPEND�IGNOREcKsddddddddddddddd	d	d	d	dddd
dddd
�|_ddddddddddddddddddd d!d"d#d$d%d&d
�|_d'|_d'|_d'|_d'|_d'|_d'|_d'|_d'|_	d'|_
d'|_d'|_d'|_
d'|_d'|_d'|_d'|_d'|_d'|_d'|_d'|_d'|_d'|_d'|_d'|_d'|_d(|_d'S))a5
        Initializes a new Target object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.Target.model_type` attribute
        of this class is ``TARGET_OPERATOR`` and it should not be changed.
        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 Target.
            Allowed values for this property are: "SOURCE_OPERATOR", "FILTER_OPERATOR", "JOINER_OPERATOR", "AGGREGATOR_OPERATOR", "PROJECTION_OPERATOR", "TARGET_OPERATOR", "FLATTEN_OPERATOR", "DISTINCT_OPERATOR", "SORT_OPERATOR", "UNION_OPERATOR", "INTERSECT_OPERATOR", "MINUS_OPERATOR", "MERGE_OPERATOR", "FUNCTION_OPERATOR", "SPLIT_OPERATOR", "START_OPERATOR", "END_OPERATOR", "PIPELINE_OPERATOR", "DECISION_OPERATOR", "TASK_OPERATOR", "EXPRESSION_OPERATOR", "LOOKUP_OPERATOR", "PIVOT_OPERATOR", '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 Target.
        :type key: str

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

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

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

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

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

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

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

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

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

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

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

        :param entity:
            The value to assign to the entity property of this Target.
        :type entity: oci.data_integration.models.DataEntity

        :param is_read_access:
            The value to assign to the is_read_access property of this Target.
        :type is_read_access: bool

        :param is_copy_fields:
            The value to assign to the is_copy_fields property of this Target.
        :type is_copy_fields: bool

        :param is_predefined_shape:
            The value to assign to the is_predefined_shape property of this Target.
        :type is_predefined_shape: bool

        :param is_use_same_source_name:
            The value to assign to the is_use_same_source_name property of this Target.
        :type is_use_same_source_name: bool

        :param target_entity_name_prefix:
            The value to assign to the target_entity_name_prefix property of this Target.
        :type target_entity_name_prefix: str

        :param target_entity_name_suffix:
            The value to assign to the target_entity_name_suffix property of this Target.
        :type target_entity_name_suffix: str

        :param data_property:
            The value to assign to the data_property property of this Target.
            Allowed values for this property are: "TRUNCATE", "MERGE", "BACKUP", "OVERWRITE", "APPEND", "IGNORE", 'UNKNOWN_ENUM_VALUE'.
            Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
        :type data_property: str

        :param schema_drift_config:
            The value to assign to the schema_drift_config property of this Target.
        :type schema_drift_config: oci.data_integration.models.SchemaDriftConfig

        :param fixed_data_shape:
            The value to assign to the fixed_data_shape property of this Target.
        :type fixed_data_shape: oci.data_integration.models.Shape

        :param write_operation_config:
            The value to assign to the write_operation_config property of this Target.
        :type write_operation_config: oci.data_integration.models.WriteOperationConfig

        :param load_order:
            The value to assign to the load_order property of this Target.
        :type load_order: int

        �strZParentReference�intzlist[InputPort]zlist[TypedObject]zlist[Parameter]ZConfigValuesZ
DataEntity�boolZSchemaDriftConfigZShapeZWriteOperationConfig)Z
model_type�keyZ
model_versionZ
parent_ref�name�descriptionZobject_versionZinput_portsZoutput_portsZ
object_status�
identifier�
parametersZop_config_values�entity�is_read_access�is_copy_fields�is_predefined_shape�is_use_same_source_name�target_entity_name_prefix�target_entity_name_suffix�
data_property�schema_drift_config�fixed_data_shape�write_operation_config�
load_orderZ	modelTyperZmodelVersionZ	parentRefrrZ
objectVersionZ
inputPortsZoutputPortsZobjectStatusrrZopConfigValuesrZisReadAccessZisCopyFieldsZisPredefinedShapeZisUseSameSourceNameZtargetEntityNamePrefixZtargetEntityNameSuffixZdataPropertyZschemaDriftConfigZfixedDataShapeZwriteOperationConfigZ	loadOrderNZTARGET_OPERATOR)Z
swagger_typesZ
attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_ref�_nameZ_descriptionZ_object_versionZ_input_portsZ
_output_portsZ_object_statusZ_identifierZ_parametersZ_op_config_values�_entity�_is_read_access�_is_copy_fields�_is_predefined_shape�_is_use_same_source_name�_target_entity_name_prefix�_target_entity_name_suffix�_data_property�_schema_drift_config�_fixed_data_shape�_write_operation_config�_load_order)�self�kwargs�r2�F/usr/lib/python3.9/site-packages/oci/data_integration/models/target.py�__init__*s�p��zTarget.__init__cCs|jS)z�
        Gets the entity of this Target.

        :return: The entity of this Target.
        :rtype: oci.data_integration.models.DataEntity
        �r$�r0r2r2r3r�sz
Target.entitycCs
||_dS)z�
        Sets the entity of this Target.

        :param entity: The entity of this Target.
        :type: oci.data_integration.models.DataEntity
        Nr5)r0rr2r2r3r�scCs|jS)z�
        Gets the is_read_access of this Target.
        Specifies the read access.


        :return: The is_read_access of this Target.
        :rtype: bool
        �r%r6r2r2r3rs
zTarget.is_read_accesscCs
||_dS)z�
        Sets the is_read_access of this Target.
        Specifies the read access.


        :param is_read_access: The is_read_access of this Target.
        :type: bool
        Nr7)r0rr2r2r3rs
cCs|jS)z�
        Gets the is_copy_fields of this Target.
        Specifies the copy fields.


        :return: The is_copy_fields of this Target.
        :rtype: bool
        �r&r6r2r2r3rs
zTarget.is_copy_fieldscCs
||_dS)z�
        Sets the is_copy_fields of this Target.
        Specifies the copy fields.


        :param is_copy_fields: The is_copy_fields of this Target.
        :type: bool
        Nr8)r0rr2r2r3r$s
cCs|jS)z�
        Gets the is_predefined_shape of this Target.
        Specifies if this uses a predefined shape.


        :return: The is_predefined_shape of this Target.
        :rtype: bool
        �r'r6r2r2r3r0s
zTarget.is_predefined_shapecCs
||_dS)z�
        Sets the is_predefined_shape of this Target.
        Specifies if this uses a predefined shape.


        :param is_predefined_shape: The is_predefined_shape of this Target.
        :type: bool
        Nr9)r0rr2r2r3r<s
cCs|jS)z�
        Gets the is_use_same_source_name of this Target.
        Specifies if entity name is the same as source.


        :return: The is_use_same_source_name of this Target.
        :rtype: bool
        �r(r6r2r2r3rHs
zTarget.is_use_same_source_namecCs
||_dS)z�
        Sets the is_use_same_source_name of this Target.
        Specifies if entity name is the same as source.


        :param is_use_same_source_name: The is_use_same_source_name of this Target.
        :type: bool
        Nr:)r0rr2r2r3rTs
cCs|jS)z�
        Gets the target_entity_name_prefix of this Target.
        Prefix for the entity Name.


        :return: The target_entity_name_prefix of this Target.
        :rtype: str
        �r)r6r2r2r3r`s
z Target.target_entity_name_prefixcCs
||_dS)z�
        Sets the target_entity_name_prefix of this Target.
        Prefix for the entity Name.


        :param target_entity_name_prefix: The target_entity_name_prefix of this Target.
        :type: str
        Nr;)r0rr2r2r3rls
cCs|jS)z�
        Gets the target_entity_name_suffix of this Target.
        Suffix for the entity Name.


        :return: The target_entity_name_suffix of this Target.
        :rtype: str
        �r*r6r2r2r3rxs
z Target.target_entity_name_suffixcCs
||_dS)z�
        Sets the target_entity_name_suffix of this Target.
        Suffix for the entity Name.


        :param target_entity_name_suffix: The target_entity_name_suffix of this Target.
        :type: str
        Nr<)r0rr2r2r3r�s
cCs|jS)a�
        Gets the data_property of this Target.
        Specifies the data property.

        Allowed values for this property are: "TRUNCATE", "MERGE", "BACKUP", "OVERWRITE", "APPEND", "IGNORE", 'UNKNOWN_ENUM_VALUE'.
        Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.


        :return: The data_property of this Target.
        :rtype: str
        )r+r6r2r2r3r�s
zTarget.data_propertycCs gd�}t||�sd}||_dS)z�
        Sets the data_property of this Target.
        Specifies the data property.


        :param data_property: The data_property of this Target.
        :type: str
        )r	r
rrr
rZUNKNOWN_ENUM_VALUEN)rr+)r0rZallowed_valuesr2r2r3r�s

cCs|jS)z�
        Gets the schema_drift_config of this Target.

        :return: The schema_drift_config of this Target.
        :rtype: oci.data_integration.models.SchemaDriftConfig
        �r,r6r2r2r3r�szTarget.schema_drift_configcCs
||_dS)z�
        Sets the schema_drift_config of this Target.

        :param schema_drift_config: The schema_drift_config of this Target.
        :type: oci.data_integration.models.SchemaDriftConfig
        Nr=)r0rr2r2r3r�scCs|jS)z�
        Gets the fixed_data_shape of this Target.

        :return: The fixed_data_shape of this Target.
        :rtype: oci.data_integration.models.Shape
        �r-r6r2r2r3r �szTarget.fixed_data_shapecCs
||_dS)z�
        Sets the fixed_data_shape of this Target.

        :param fixed_data_shape: The fixed_data_shape of this Target.
        :type: oci.data_integration.models.Shape
        Nr>)r0r r2r2r3r �scCs|jS)z�
        Gets the write_operation_config of this Target.

        :return: The write_operation_config of this Target.
        :rtype: oci.data_integration.models.WriteOperationConfig
        �r.r6r2r2r3r!�szTarget.write_operation_configcCs
||_dS)z�
        Sets the write_operation_config of this Target.

        :param write_operation_config: The write_operation_config of this Target.
        :type: oci.data_integration.models.WriteOperationConfig
        Nr?)r0r!r2r2r3r!�scCs|jS)z�
        Gets the load_order of this Target.
        A numeric loading order number for the target.


        :return: The load_order of this Target.
        :rtype: int
        �r/r6r2r2r3r"�s
zTarget.load_ordercCs
||_dS)z�
        Sets the load_order of this Target.
        A numeric loading order number for the target.


        :param load_order: The load_order of this Target.
        :type: int
        Nr@)r0r"r2r2r3r"�s
cCst|�S�N)rr6r2r2r3�__repr__szTarget.__repr__cCs|durdS|j|jkS)NF)�__dict__�r0�otherr2r2r3�__eq__sz
Target.__eq__cCs
||kSrAr2rDr2r2r3�__ne__sz
Target.__ne__N)�__name__�
__module__�__qualname__�__doc__ZDATA_PROPERTY_TRUNCATEZDATA_PROPERTY_MERGEZDATA_PROPERTY_BACKUPZDATA_PROPERTY_OVERWRITEZDATA_PROPERTY_APPENDZDATA_PROPERTY_IGNOREr4�propertyr�setterrrrrrrrrr r!r"rBrFrGr2r2r2r3rsxC
	
	














	
	
	
	
	
	

rN)	�operatorrZoci.utilrrrZoci.decoratorsrrr2r2r2r3�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit