| 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/data_integration/models/__pycache__/ |
Upload File : |
a
���f�W � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ
d Zd
ZdZ
dZd
ZdZdZdZdZdZdZdZdZdZdZdZdd� Zedd� �Zedd� �Zej dd� �Zed d!� �Z!e!j d"d!� �Z!ed#d$� �Z"e"j d%d$� �Z"ed&d'� �Z#e#j d(d'� �Z#ed)d*� �Z$e$j d+d*� �Z$ed,d-� �Z%e%j d.d-� �Z%ed/d0� �Z&e&j d1d0� �Z&ed2d3� �Z'e'j d4d3� �Z'ed5d6� �Z(e(j d7d6� �Z(ed8d9� �Z)e)j d:d9� �Z)ed;d<� �Z*e*j d=d<� �Z*ed>d?� �Z+e+j d@d?� �Z+edAdB� �Z,e,j dCdB� �Z,dDdE� Z-dFdG� Z.dHdI� Z/dJS )K�Operatorz�
An operator defines some data integration semantics in a data flow. It may be reading/writing data or transforming the data.
�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_OPERATORc K s� dddddddddddddd�
| _ d d
ddd
ddddddddd�
| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _d| _
d| _dS )a�
Initializes a new Operator 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.Joiner`
* :class:`~oci.data_integration.models.TaskOperator`
* :class:`~oci.data_integration.models.Flatten`
* :class:`~oci.data_integration.models.Aggregator`
* :class:`~oci.data_integration.models.SortOper`
* :class:`~oci.data_integration.models.Projection`
* :class:`~oci.data_integration.models.EndOperator`
* :class:`~oci.data_integration.models.Source`
* :class:`~oci.data_integration.models.Union`
* :class:`~oci.data_integration.models.ExpressionOperator`
* :class:`~oci.data_integration.models.Function`
* :class:`~oci.data_integration.models.DecisionOperator`
* :class:`~oci.data_integration.models.Intersect`
* :class:`~oci.data_integration.models.Target`
* :class:`~oci.data_integration.models.Distinct`
* :class:`~oci.data_integration.models.Filter`
* :class:`~oci.data_integration.models.Lookup`
* :class:`~oci.data_integration.models.Pivot`
* :class:`~oci.data_integration.models.StartOperator`
* :class:`~oci.data_integration.models.MergeOperator`
* :class:`~oci.data_integration.models.Split`
* :class:`~oci.data_integration.models.Minus`
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 Operator.
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 Operator.
:type key: str
:param model_version:
The value to assign to the model_version property of this Operator.
:type model_version: str
:param parent_ref:
The value to assign to the parent_ref property of this Operator.
:type parent_ref: oci.data_integration.models.ParentReference
:param name:
The value to assign to the name property of this Operator.
:type name: str
:param description:
The value to assign to the description property of this Operator.
:type description: str
:param object_version:
The value to assign to the object_version property of this Operator.
:type object_version: int
:param input_ports:
The value to assign to the input_ports property of this Operator.
:type input_ports: list[oci.data_integration.models.InputPort]
:param output_ports:
The value to assign to the output_ports property of this Operator.
:type output_ports: list[oci.data_integration.models.TypedObject]
:param object_status:
The value to assign to the object_status property of this Operator.
:type object_status: int
:param identifier:
The value to assign to the identifier property of this Operator.
:type identifier: str
:param parameters:
The value to assign to the parameters property of this Operator.
:type parameters: list[oci.data_integration.models.Parameter]
:param op_config_values:
The value to assign to the op_config_values property of this Operator.
:type op_config_values: oci.data_integration.models.ConfigValues
�strZParentReference�intzlist[InputPort]zlist[TypedObject]zlist[Parameter]ZConfigValues)
�
model_type�key�
model_version�
parent_ref�name�description�object_version�input_ports�output_ports�
object_status�
identifier�
parameters�op_config_values� modelTyper! ZmodelVersionZ parentRefr$ r% Z
objectVersionZ
inputPortsZoutputPortsZobjectStatusr* r+ ZopConfigValuesN)Z
swagger_typesZ
attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_description�_object_version�_input_ports�
_output_ports�_object_status�_identifier�_parameters�_op_config_values)�self�kwargs� r= �H/usr/lib/python3.9/site-packages/oci/data_integration/models/operator.py�__init__n sR V��zOperator.__init__c C s | d }|dkrdS |dkr dS |dkr,dS |dkr8d S |d
krDdS |dkrPd
S |dkr\dS |dkrhdS |dkrtdS |dkr�dS |dkr�dS |dkr�dS |dkr�dS |dkr�dS |dkr�dS |d kr�d!S |d"kr�d#S |d$kr�d%S |d&kr�d'S |d(kr�d)S |d*k�rd+S |d,k�rd-S d.S d/S )0z�
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 ZJoinerr ZTaskOperatorr
ZFlattenr
Z
Aggregatorr ZSortOperr Z
Projectionr ZEndOperatorr ZSourcer �Unionr ZExpressionOperatorr ZFunctionr ZDecisionOperatorr Z Intersectr ZTargetr ZDistinctr ZFilterr ZLookupr ZPivotr Z
StartOperatorr Z
MergeOperatorr ZSplitr ZMinusr Nr= )Zobject_dictionary�typer= r= r>