📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: runtime_pipeline.cpython-39.pyc
a ���f� � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�RuntimePipelinezW Runtime pipeline model which holds the runtime metadata of the task executed. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a Initializes a new RuntimePipeline object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param pipeline: The value to assign to the pipeline property of this RuntimePipeline. :type pipeline: oci.data_integration.models.Pipeline :param runtime_operators: The value to assign to the runtime_operators property of this RuntimePipeline. :type runtime_operators: list[oci.data_integration.models.RuntimeOperator] :param parent_runtime_operator_key: The value to assign to the parent_runtime_operator_key property of this RuntimePipeline. :type parent_runtime_operator_key: str ZPipelinezlist[RuntimeOperator]�str)�pipeline�runtime_operators�parent_runtime_operator_keyr ZruntimeOperatorsZparentRuntimeOperatorKeyN)Z swagger_typesZ attribute_map� _pipeline�_runtime_operators�_parent_runtime_operator_key)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/data_integration/models/runtime_pipeline.py�__init__ s ��zRuntimePipeline.__init__c C s | j S )z� Gets the pipeline of this RuntimePipeline. :return: The pipeline of this RuntimePipeline. :rtype: oci.data_integration.models.Pipeline �r �r r r r r 4 s zRuntimePipeline.pipelinec C s || _ dS )z� Sets the pipeline of this RuntimePipeline. :param pipeline: The pipeline of this RuntimePipeline. :type: oci.data_integration.models.Pipeline Nr )r r r r r r >