📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: output_link.pyc
a N��f9 � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )� OutputLinkzO Details about the outgoing data of an operator in a data flow design. c K sj ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a4 Initializes a new OutputLink object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.OutputLink.model_type` attribute of this class is ``OUTPUT_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 OutputLink. Allowed values for this property are: "CONDITIONAL_INPUT_LINK", "OUTPUT_LINK", "INPUT_LINK" :type model_type: str :param key: The value to assign to the key property of this OutputLink. :type key: str :param model_version: The value to assign to the model_version property of this OutputLink. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this OutputLink. :type parent_ref: oci.data_integration.models.ParentReference :param object_status: The value to assign to the object_status property of this OutputLink. :type object_status: int :param description: The value to assign to the description property of this OutputLink. :type description: str :param port: The value to assign to the port property of this OutputLink. :type port: str :param to_links: The value to assign to the to_links property of this OutputLink. :type to_links: list[str] �str�ParentReference�intz list[str])� model_type�key� model_version� parent_ref� object_status�description�port�to_links� modelTyper �modelVersion� parentRef�objectStatusr r �toLinksN�OUTPUT_LINK) � swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_object_status�_description�_port� _to_links)�self�kwargs� r&