UpdateDataFlowDetails

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

Bases: object

Properties used in data flow update operations.

Methods

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

Attributes

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

Initializes a new UpdateDataFlowDetails 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 UpdateDataFlowDetails.
  • model_type (str) – The value to assign to the model_type property of this UpdateDataFlowDetails.
  • model_version (str) – The value to assign to the model_version property of this UpdateDataFlowDetails.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this UpdateDataFlowDetails.
  • name (str) – The value to assign to the name property of this UpdateDataFlowDetails.
  • identifier (str) – The value to assign to the identifier property of this UpdateDataFlowDetails.
  • object_version (int) – The value to assign to the object_version property of this UpdateDataFlowDetails.
  • nodes (list[oci.data_integration.models.FlowNode]) – The value to assign to the nodes property of this UpdateDataFlowDetails.
  • parameters (list[oci.data_integration.models.Parameter]) – The value to assign to the parameters property of this UpdateDataFlowDetails.
  • description (str) – The value to assign to the description property of this UpdateDataFlowDetails.
  • flow_config_values (oci.data_integration.models.ConfigValues) – The value to assign to the flow_config_values property of this UpdateDataFlowDetails.
  • object_status (int) – The value to assign to the object_status property of this UpdateDataFlowDetails.
  • registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this UpdateDataFlowDetails.
description

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

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

Gets the flow_config_values of this UpdateDataFlowDetails.

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

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

[Required] Gets the key of this UpdateDataFlowDetails. 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 UpdateDataFlowDetails.
Return type:str
model_type

[Required] Gets the model_type of this UpdateDataFlowDetails. The type of the object.

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

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

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

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

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

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

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

[Required] Gets the object_version of this UpdateDataFlowDetails. The version of the object that is used to track changes in the object instance.

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

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

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

Gets the parent_ref of this UpdateDataFlowDetails.

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

Gets the registry_metadata of this UpdateDataFlowDetails.

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