DataFlow

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

Bases: object

The data flow type contains the audit summary information and the definition of the data flow.

Methods

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

Attributes

description Gets the description of this DataFlow.
flow_config_values Gets the flow_config_values of this DataFlow.
identifier Gets the identifier of this DataFlow.
key Gets the key of this DataFlow.
key_map Gets the key_map of this DataFlow.
metadata Gets the metadata of this DataFlow.
model_type Gets the model_type of this DataFlow.
model_version Gets the model_version of this DataFlow.
name Gets the name of this DataFlow.
nodes Gets the nodes of this DataFlow.
object_status Gets the object_status of this DataFlow.
object_version Gets the object_version of this DataFlow.
parameters Gets the parameters of this DataFlow.
parent_ref Gets the parent_ref of this DataFlow.
target_field_map_summary Gets the target_field_map_summary of this DataFlow.
typed_object_map Gets the typed_object_map of this DataFlow.
__init__(**kwargs)

Initializes a new DataFlow 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 DataFlow.
  • model_type (str) – The value to assign to the model_type property of this DataFlow.
  • model_version (str) – The value to assign to the model_version property of this DataFlow.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this DataFlow.
  • name (str) – The value to assign to the name property of this DataFlow.
  • identifier (str) – The value to assign to the identifier property of this DataFlow.
  • object_version (int) – The value to assign to the object_version property of this DataFlow.
  • nodes (list[oci.data_integration.models.FlowNode]) – The value to assign to the nodes property of this DataFlow.
  • parameters (list[oci.data_integration.models.Parameter]) – The value to assign to the parameters property of this DataFlow.
  • description (str) – The value to assign to the description property of this DataFlow.
  • flow_config_values (oci.data_integration.models.ConfigValues) – The value to assign to the flow_config_values property of this DataFlow.
  • object_status (int) – The value to assign to the object_status property of this DataFlow.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this DataFlow.
  • key_map (dict(str, str)) – The value to assign to the key_map property of this DataFlow.
  • typed_object_map (dict(str, TypedObjectWrapper)) – The value to assign to the typed_object_map property of this DataFlow.
  • target_field_map_summary (dict(str, FieldMapWrapper)) – The value to assign to the target_field_map_summary property of this DataFlow.
description

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

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

Gets the flow_config_values of this DataFlow.

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

Gets the identifier of this DataFlow. 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 DataFlow.
Return type:str
key

Gets the key of this DataFlow. Generated key that can be used in API calls to identify data flow. On scenarios where reference to the data flow is needed, a value can be passed in create.

Returns:The key of this DataFlow.
Return type:str
key_map

Gets the key_map of this DataFlow. A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.

Returns:The key_map of this DataFlow.
Return type:dict(str, str)
metadata

Gets the metadata of this DataFlow.

Returns:The metadata of this DataFlow.
Return type:oci.data_integration.models.ObjectMetadata
model_type

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

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

Gets the model_version of this DataFlow. The model version of an object.

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

Gets the name of this DataFlow. 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 DataFlow.
Return type:str
nodes

Gets the nodes of this DataFlow. An array of nodes.

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

Gets the object_status of this DataFlow. 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 DataFlow.
Return type:int
object_version

Gets the object_version of this DataFlow. The version of the object that is used to track changes in the object instance.

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

Gets the parameters of this DataFlow. An array of parameters.

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

Gets the parent_ref of this DataFlow.

Returns:The parent_ref of this DataFlow.
Return type:oci.data_integration.models.ParentReference
target_field_map_summary

Gets the target_field_map_summary of this DataFlow. A hash map that maps TypedObject keys to a field map that maps to the typed object as a target, for java sdk.

Returns:The target_field_map_summary of this DataFlow.
Return type:dict(str, FieldMapWrapper)
typed_object_map

Gets the typed_object_map of this DataFlow. A hash map that maps TypedObject keys to the object itself, for java sdk.

Returns:The typed_object_map of this DataFlow.
Return type:dict(str, TypedObjectWrapper)