📂 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: create_pipeline_details.pyc
a N��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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�CreatePipelineDetailsz7 Properties used in pipeline create operations c K s� ddddddddddddddd �| _ d ddd ddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new CreatePipelineDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this CreatePipelineDetails. :type key: str :param model_version: The value to assign to the model_version property of this CreatePipelineDetails. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this CreatePipelineDetails. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this CreatePipelineDetails. :type name: str :param description: The value to assign to the description property of this CreatePipelineDetails. :type description: str :param model_type: The value to assign to the model_type property of this CreatePipelineDetails. :type model_type: str :param object_version: The value to assign to the object_version property of this CreatePipelineDetails. :type object_version: int :param object_status: The value to assign to the object_status property of this CreatePipelineDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this CreatePipelineDetails. :type identifier: str :param nodes: The value to assign to the nodes property of this CreatePipelineDetails. :type nodes: list[oci.data_integration.models.FlowNode] :param parameters: The value to assign to the parameters property of this CreatePipelineDetails. :type parameters: list[oci.data_integration.models.Parameter] :param flow_config_values: The value to assign to the flow_config_values property of this CreatePipelineDetails. :type flow_config_values: oci.data_integration.models.ConfigValues :param variables: The value to assign to the variables property of this CreatePipelineDetails. :type variables: list[oci.data_integration.models.Variable] :param registry_metadata: The value to assign to the registry_metadata property of this CreatePipelineDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �str�ParentReference�intzlist[FlowNode]zlist[Parameter]�ConfigValueszlist[Variable]�RegistryMetadata)�key� model_version� parent_ref�name�description� model_type�object_version� object_status� identifier�nodes� parameters�flow_config_values� variables�registry_metadatar �modelVersion� parentRefr r � modelType� objectVersion�objectStatusr r r �flowConfigValuesr �registryMetadataN)� swagger_types� attribute_map�_key�_model_version�_parent_ref�_name�_description�_model_type�_object_version�_object_status�_identifier�_nodes�_parameters�_flow_config_values� _variables�_registry_metadata)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/create_pipeline_details.py�__init__ sX ?��zCreatePipelineDetails.__init__c C s | j S )a. Gets the key of this CreatePipelineDetails. Generated key that can be used in API calls to identify pipeline. On scenarios where reference to the pipeline is needed, a value can be passed in create. :return: The key of this CreatePipelineDetails. :rtype: str �r# �r1 r3 r3 r4 r s zCreatePipelineDetails.keyc C s || _ dS )a0 Sets the key of this CreatePipelineDetails. Generated key that can be used in API calls to identify pipeline. On scenarios where reference to the pipeline is needed, a value can be passed in create. :param key: The key of this CreatePipelineDetails. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )a Gets the model_version of this CreatePipelineDetails. This is a version number that is used by the service to upgrade objects if needed through releases of the service. :return: The model_version of this CreatePipelineDetails. :rtype: str �r$ r7 r3 r3 r4 r � s z#CreatePipelineDetails.model_versionc C s || _ dS )a& Sets the model_version of this CreatePipelineDetails. This is a version number that is used by the service to upgrade objects if needed through releases of the service. :param model_version: The model_version of this CreatePipelineDetails. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the parent_ref of this CreatePipelineDetails. :return: The parent_ref of this CreatePipelineDetails. :rtype: oci.data_integration.models.ParentReference �r% r7 r3 r3 r4 r � s z CreatePipelineDetails.parent_refc C s || _ dS )z� Sets the parent_ref of this CreatePipelineDetails. :param parent_ref: The parent_ref of this CreatePipelineDetails. :type: oci.data_integration.models.ParentReference Nr9 )r1 r r3 r3 r4 r � s c C s | j S )aX **[Required]** Gets the name of this CreatePipelineDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. :return: The name of this CreatePipelineDetails. :rtype: str �r&