CreateDataFlowValidationDetails¶
-
class
oci.data_integration.models.
CreateDataFlowValidationDetails
(**kwargs)¶ Bases:
object
The properties used in create dataflow validation operations.
Methods
__init__
(**kwargs)Initializes a new CreateDataFlowValidationDetails object with values from keyword arguments. Attributes
description
Gets the description of this CreateDataFlowValidationDetails. flow_config_values
Gets the flow_config_values of this CreateDataFlowValidationDetails. identifier
Gets the identifier of this CreateDataFlowValidationDetails. key
Gets the key of this CreateDataFlowValidationDetails. key_map
Gets the key_map of this CreateDataFlowValidationDetails. metadata
Gets the metadata of this CreateDataFlowValidationDetails. model_type
Gets the model_type of this CreateDataFlowValidationDetails. model_version
Gets the model_version of this CreateDataFlowValidationDetails. name
Gets the name of this CreateDataFlowValidationDetails. nodes
Gets the nodes of this CreateDataFlowValidationDetails. object_status
Gets the object_status of this CreateDataFlowValidationDetails. object_version
Gets the object_version of this CreateDataFlowValidationDetails. parameters
Gets the parameters of this CreateDataFlowValidationDetails. parent_ref
Gets the parent_ref of this CreateDataFlowValidationDetails. target_field_map_summary
Gets the target_field_map_summary of this CreateDataFlowValidationDetails. typed_object_map
Gets the typed_object_map of this CreateDataFlowValidationDetails. -
__init__
(**kwargs)¶ Initializes a new CreateDataFlowValidationDetails 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 CreateDataFlowValidationDetails.
- model_type (str) – The value to assign to the model_type property of this CreateDataFlowValidationDetails.
- model_version (str) – The value to assign to the model_version property of this CreateDataFlowValidationDetails.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this CreateDataFlowValidationDetails.
- name (str) – The value to assign to the name property of this CreateDataFlowValidationDetails.
- identifier (str) – The value to assign to the identifier property of this CreateDataFlowValidationDetails.
- object_version (int) – The value to assign to the object_version property of this CreateDataFlowValidationDetails.
- nodes (list[oci.data_integration.models.FlowNode]) – The value to assign to the nodes property of this CreateDataFlowValidationDetails.
- parameters (list[oci.data_integration.models.Parameter]) – The value to assign to the parameters property of this CreateDataFlowValidationDetails.
- description (str) – The value to assign to the description property of this CreateDataFlowValidationDetails.
- flow_config_values (oci.data_integration.models.ConfigValues) – The value to assign to the flow_config_values property of this CreateDataFlowValidationDetails.
- object_status (int) – The value to assign to the object_status property of this CreateDataFlowValidationDetails.
- metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this CreateDataFlowValidationDetails.
- key_map (dict(str, str)) – The value to assign to the key_map property of this CreateDataFlowValidationDetails.
- typed_object_map (dict(str, TypedObjectWrapper)) – The value to assign to the typed_object_map property of this CreateDataFlowValidationDetails.
- target_field_map_summary (dict(str, FieldMapWrapper)) – The value to assign to the target_field_map_summary property of this CreateDataFlowValidationDetails.
-
description
¶ Gets the description of this CreateDataFlowValidationDetails. Detailed description for the object.
Returns: The description of this CreateDataFlowValidationDetails. Return type: str
-
flow_config_values
¶ Gets the flow_config_values of this CreateDataFlowValidationDetails.
Returns: The flow_config_values of this CreateDataFlowValidationDetails. Return type: oci.data_integration.models.ConfigValues
-
identifier
¶ Gets the identifier of this CreateDataFlowValidationDetails. 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 CreateDataFlowValidationDetails. Return type: str
-
key
¶ Gets the key of this CreateDataFlowValidationDetails. 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 CreateDataFlowValidationDetails. Return type: str
-
key_map
¶ Gets the key_map of this CreateDataFlowValidationDetails. 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 CreateDataFlowValidationDetails. Return type: dict(str, str)
-
metadata
¶ Gets the metadata of this CreateDataFlowValidationDetails.
Returns: The metadata of this CreateDataFlowValidationDetails. Return type: oci.data_integration.models.ObjectMetadata
-
model_type
¶ Gets the model_type of this CreateDataFlowValidationDetails. The type of the object.
Returns: The model_type of this CreateDataFlowValidationDetails. Return type: str
-
model_version
¶ Gets the model_version of this CreateDataFlowValidationDetails. The model version of an object.
Returns: The model_version of this CreateDataFlowValidationDetails. Return type: str
-
name
¶ Gets the name of this CreateDataFlowValidationDetails. 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 CreateDataFlowValidationDetails. Return type: str
-
nodes
¶ Gets the nodes of this CreateDataFlowValidationDetails. An array of nodes.
Returns: The nodes of this CreateDataFlowValidationDetails. Return type: list[oci.data_integration.models.FlowNode]
-
object_status
¶ Gets the object_status of this CreateDataFlowValidationDetails. 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 CreateDataFlowValidationDetails. Return type: int
-
object_version
¶ Gets the object_version of this CreateDataFlowValidationDetails. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this CreateDataFlowValidationDetails. Return type: int
-
parameters
¶ Gets the parameters of this CreateDataFlowValidationDetails. An array of parameters.
Returns: The parameters of this CreateDataFlowValidationDetails. Return type: list[oci.data_integration.models.Parameter]
-
parent_ref
¶ Gets the parent_ref of this CreateDataFlowValidationDetails.
Returns: The parent_ref of this CreateDataFlowValidationDetails. Return type: oci.data_integration.models.ParentReference
-
target_field_map_summary
¶ Gets the target_field_map_summary of this CreateDataFlowValidationDetails. 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 CreateDataFlowValidationDetails. Return type: dict(str, FieldMapWrapper)
-
typed_object_map
¶ Gets the typed_object_map of this CreateDataFlowValidationDetails. A hash map that maps TypedObject keys to the object itself, for java sdk.
Returns: The typed_object_map of this CreateDataFlowValidationDetails. Return type: dict(str, TypedObjectWrapper)
-