ruạṛ
a N��fa � @ 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 �str�ParentReference�int�FieldMap) � model_type�key� model_version� parent_ref� object_status�description�port� from_link� field_map� modelTyper �modelVersion� parentRef�objectStatusr r �fromLink�fieldMapN� INPUT_LINK)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_object_status�_description�_port� _from_link� _field_map)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/input_link.py�__init__ s<