CreatePipelineDetails

class oci.data_integration.models.CreatePipelineDetails(**kwargs)

Bases: object

Properties used in pipeline create operations

Methods

__init__(**kwargs) Initializes a new CreatePipelineDetails object with values from keyword arguments.

Attributes

description Gets the description of this CreatePipelineDetails.
flow_config_values Gets the flow_config_values of this CreatePipelineDetails.
identifier [Required] Gets the identifier of this CreatePipelineDetails.
key Gets the key of this CreatePipelineDetails.
model_type Gets the model_type of this CreatePipelineDetails.
model_version Gets the model_version of this CreatePipelineDetails.
name [Required] Gets the name of this CreatePipelineDetails.
nodes Gets the nodes of this CreatePipelineDetails.
object_status Gets the object_status of this CreatePipelineDetails.
object_version Gets the object_version of this CreatePipelineDetails.
parameters Gets the parameters of this CreatePipelineDetails.
parent_ref Gets the parent_ref of this CreatePipelineDetails.
registry_metadata [Required] Gets the registry_metadata of this CreatePipelineDetails.
variables Gets the variables of this CreatePipelineDetails.
__init__(**kwargs)

Initializes a new CreatePipelineDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • key (str) – The value to assign to the key property of this CreatePipelineDetails.
  • model_version (str) – The value to assign to the model_version property of this CreatePipelineDetails.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this CreatePipelineDetails.
  • name (str) – The value to assign to the name property of this CreatePipelineDetails.
  • description (str) – The value to assign to the description property of this CreatePipelineDetails.
  • model_type (str) – The value to assign to the model_type property of this CreatePipelineDetails.
  • object_version (int) – The value to assign to the object_version property of this CreatePipelineDetails.
  • object_status (int) – The value to assign to the object_status property of this CreatePipelineDetails.
  • identifier (str) – The value to assign to the identifier property of this CreatePipelineDetails.
  • nodes (list[oci.data_integration.models.FlowNode]) – The value to assign to the nodes property of this CreatePipelineDetails.
  • parameters (list[oci.data_integration.models.Parameter]) – The value to assign to the parameters property of this CreatePipelineDetails.
  • flow_config_values (oci.data_integration.models.ConfigValues) – The value to assign to the flow_config_values property of this CreatePipelineDetails.
  • variables (list[oci.data_integration.models.Variable]) – The value to assign to the variables property of this CreatePipelineDetails.
  • registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this CreatePipelineDetails.
description

Gets the description of this CreatePipelineDetails. Detailed description for the object.

Returns:The description of this CreatePipelineDetails.
Return type:str
flow_config_values

Gets the flow_config_values of this CreatePipelineDetails.

Returns:The flow_config_values of this CreatePipelineDetails.
Return type:oci.data_integration.models.ConfigValues
identifier

[Required] Gets the identifier of this CreatePipelineDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.

Returns:The identifier of this CreatePipelineDetails.
Return type:str
key

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.

Returns:The key of this CreatePipelineDetails.
Return type:str
model_type

Gets the model_type of this CreatePipelineDetails. The type of the object.

Returns:The model_type of this CreatePipelineDetails.
Return type:str
model_version

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.

Returns:The model_version of this CreatePipelineDetails.
Return type:str
name

[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.

Returns:The name of this CreatePipelineDetails.
Return type:str
nodes

Gets the nodes of this CreatePipelineDetails. A list of nodes attached to the pipeline

Returns:The nodes of this CreatePipelineDetails.
Return type:list[oci.data_integration.models.FlowNode]
object_status

Gets the object_status of this CreatePipelineDetails. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.

Returns:The object_status of this CreatePipelineDetails.
Return type:int
object_version

Gets the object_version of this CreatePipelineDetails. This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.

Returns:The object_version of this CreatePipelineDetails.
Return type:int
parameters

Gets the parameters of this CreatePipelineDetails. A list of additional parameters required in pipeline.

Returns:The parameters of this CreatePipelineDetails.
Return type:list[oci.data_integration.models.Parameter]
parent_ref

Gets the parent_ref of this CreatePipelineDetails.

Returns:The parent_ref of this CreatePipelineDetails.
Return type:oci.data_integration.models.ParentReference
registry_metadata

[Required] Gets the registry_metadata of this CreatePipelineDetails.

Returns:The registry_metadata of this CreatePipelineDetails.
Return type:oci.data_integration.models.RegistryMetadata
variables

Gets the variables of this CreatePipelineDetails. The list of variables required in pipeline.

Returns:The variables of this CreatePipelineDetails.
Return type:list[oci.data_integration.models.Variable]