FlowNode¶
-
class
oci.data_integration.models.
FlowNode
(**kwargs)¶ Bases:
object
The flow node can be connected to other nodes in a data flow with input and output links and is bound to an opertor which defines the semantics of the node.
Methods
__init__
(**kwargs)Initializes a new FlowNode object with values from keyword arguments. Attributes
config_provider_delegate
Gets the config_provider_delegate of this FlowNode. description
Gets the description of this FlowNode. input_links
Gets the input_links of this FlowNode. key
Gets the key of this FlowNode. model_type
Gets the model_type of this FlowNode. model_version
Gets the model_version of this FlowNode. name
Gets the name of this FlowNode. object_status
Gets the object_status of this FlowNode. operator
Gets the operator of this FlowNode. output_links
Gets the output_links of this FlowNode. parent_ref
Gets the parent_ref of this FlowNode. ui_properties
Gets the ui_properties of this FlowNode. -
__init__
(**kwargs)¶ Initializes a new FlowNode 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 FlowNode.
- model_type (str) – The value to assign to the model_type property of this FlowNode.
- model_version (str) – The value to assign to the model_version property of this FlowNode.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this FlowNode.
- name (str) – The value to assign to the name property of this FlowNode.
- description (str) – The value to assign to the description property of this FlowNode.
- input_links (list[oci.data_integration.models.InputLink]) – The value to assign to the input_links property of this FlowNode.
- output_links (list[oci.data_integration.models.OutputLink]) – The value to assign to the output_links property of this FlowNode.
- operator (oci.data_integration.models.Operator) – The value to assign to the operator property of this FlowNode.
- ui_properties (oci.data_integration.models.UIProperties) – The value to assign to the ui_properties property of this FlowNode.
- config_provider_delegate (oci.data_integration.models.ConfigProvider) – The value to assign to the config_provider_delegate property of this FlowNode.
- object_status (int) – The value to assign to the object_status property of this FlowNode.
-
config_provider_delegate
¶ Gets the config_provider_delegate of this FlowNode.
Returns: The config_provider_delegate of this FlowNode. Return type: oci.data_integration.models.ConfigProvider
-
description
¶ Gets the description of this FlowNode. Detailed description for the object.
Returns: The description of this FlowNode. Return type: str
-
input_links
¶ Gets the input_links of this FlowNode. An array of input links.
Returns: The input_links of this FlowNode. Return type: list[oci.data_integration.models.InputLink]
-
key
¶ Gets the key of this FlowNode. The key of the object.
Returns: The key of this FlowNode. Return type: str
-
model_type
¶ Gets the model_type of this FlowNode. The type of the object.
Returns: The model_type of this FlowNode. Return type: str
-
model_version
¶ Gets the model_version of this FlowNode. The model version of an object.
Returns: The model_version of this FlowNode. Return type: str
-
name
¶ Gets the name of this FlowNode. 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 FlowNode. Return type: str
-
object_status
¶ Gets the object_status of this FlowNode. 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 FlowNode. Return type: int
-
operator
¶ Gets the operator of this FlowNode.
Returns: The operator of this FlowNode. Return type: oci.data_integration.models.Operator
-
output_links
¶ Gets the output_links of this FlowNode. An array of output links.
Returns: The output_links of this FlowNode. Return type: list[oci.data_integration.models.OutputLink]
-
parent_ref
¶ Gets the parent_ref of this FlowNode.
Returns: The parent_ref of this FlowNode. Return type: oci.data_integration.models.ParentReference
-
ui_properties
¶ Gets the ui_properties of this FlowNode.
Returns: The ui_properties of this FlowNode. Return type: oci.data_integration.models.UIProperties
-