InputLink¶
-
class
oci.data_integration.models.
InputLink
(**kwargs)¶ Bases:
oci.data_integration.models.flow_port_link.FlowPortLink
Details about the incoming data to an operator in a data flow design.
Attributes
MODEL_TYPE_CONDITIONAL_INPUT_LINK
str(object=’’) -> str MODEL_TYPE_INPUT_LINK
str(object=’’) -> str MODEL_TYPE_OUTPUT_LINK
str(object=’’) -> str description
Gets the description of this FlowPortLink. field_map
Gets the field_map of this InputLink. from_link
Gets the from_link of this InputLink. key
Gets the key of this FlowPortLink. model_type
[Required] Gets the model_type of this FlowPortLink. model_version
Gets the model_version of this FlowPortLink. object_status
Gets the object_status of this FlowPortLink. parent_ref
Gets the parent_ref of this FlowPortLink. port
Gets the port of this FlowPortLink. Methods
__init__
(**kwargs)Initializes a new InputLink object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
MODEL_TYPE_CONDITIONAL_INPUT_LINK
= 'CONDITIONAL_INPUT_LINK'¶
-
MODEL_TYPE_INPUT_LINK
= 'INPUT_LINK'¶
-
MODEL_TYPE_OUTPUT_LINK
= 'OUTPUT_LINK'¶
-
__init__
(**kwargs)¶ Initializes a new InputLink object with values from keyword arguments. The default value of the
model_type
attribute of this class isINPUT_LINK
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - model_type (str) – The value to assign to the model_type property of this InputLink. Allowed values for this property are: “CONDITIONAL_INPUT_LINK”, “OUTPUT_LINK”, “INPUT_LINK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- key (str) – The value to assign to the key property of this InputLink.
- model_version (str) – The value to assign to the model_version property of this InputLink.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this InputLink.
- object_status (int) – The value to assign to the object_status property of this InputLink.
- description (str) – The value to assign to the description property of this InputLink.
- port (str) – The value to assign to the port property of this InputLink.
- from_link (str) – The value to assign to the from_link property of this InputLink.
- field_map (oci.data_integration.models.FieldMap) – The value to assign to the field_map property of this InputLink.
-
description
¶ Gets the description of this FlowPortLink. Detailed description for the object.
Returns: The description of this FlowPortLink. Return type: str
-
field_map
¶ Gets the field_map of this InputLink.
Returns: The field_map of this InputLink. Return type: oci.data_integration.models.FieldMap
-
from_link
¶ Gets the from_link of this InputLink. The from link reference.
Returns: The from_link of this InputLink. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
key
¶ Gets the key of this FlowPortLink. The key of the object.
Returns: The key of this FlowPortLink. Return type: str
-
model_type
¶ [Required] Gets the model_type of this FlowPortLink. The model type of the object.
Allowed values for this property are: “CONDITIONAL_INPUT_LINK”, “OUTPUT_LINK”, “INPUT_LINK”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The model_type of this FlowPortLink. Return type: str
-
model_version
¶ Gets the model_version of this FlowPortLink. The model version of an object.
Returns: The model_version of this FlowPortLink. Return type: str
-
object_status
¶ Gets the object_status of this FlowPortLink. 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 FlowPortLink. Return type: int
-
parent_ref
¶ Gets the parent_ref of this FlowPortLink.
Returns: The parent_ref of this FlowPortLink. Return type: oci.data_integration.models.ParentReference
-
port
¶ Gets the port of this FlowPortLink. Key of FlowPort reference
Returns: The port of this FlowPortLink. Return type: str
-