ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�FlowPortLink� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )� InputLinkzO Details about the incoming data to an operator in a data flow design. c K st dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )aE Initializes a new InputLink object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.InputLink.model_type` attribute of this class is ``INPUT_LINK`` 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 InputLink. Allowed values for this property are: "CONDITIONAL_INPUT_LINK", "OUTPUT_LINK", "INPUT_LINK", '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 InputLink. :type key: str :param model_version: The value to assign to the model_version property of this InputLink. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this InputLink. :type parent_ref: oci.data_integration.models.ParentReference :param object_status: The value to assign to the object_status property of this InputLink. :type object_status: int :param description: The value to assign to the description property of this InputLink. :type description: str :param port: The value to assign to the port property of this InputLink. :type port: str :param from_link: The value to assign to the from_link property of this InputLink. :type from_link: str :param field_map: The value to assign to the field_map property of this InputLink. :type field_map: oci.data_integration.models.FieldMap �strZParentReference�intZFieldMap) Z model_type�keyZ model_versionZ parent_refZ object_status�description�port� from_link� field_mapZ modelTyper ZmodelVersionZ parentRefZobjectStatusr r ZfromLinkZfieldMapNZ INPUT_LINK)Z swagger_typesZ attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_refZ_object_statusZ_descriptionZ_port� _from_link� _field_map)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/data_integration/models/input_link.py�__init__ s<