OutputLink¶
-
class
oci.data_integration.models.
OutputLink
(**kwargs)¶ Bases:
oci.data_integration.models.flow_port_link.FlowPortLink
Details about the outgoing data of 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. 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. to_links
Gets the to_links of this OutputLink. Methods
__init__
(**kwargs)Initializes a new OutputLink 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 OutputLink object with values from keyword arguments. The default value of the
model_type
attribute of this class isOUTPUT_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 OutputLink. 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 OutputLink.
- model_version (str) – The value to assign to the model_version property of this OutputLink.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this OutputLink.
- object_status (int) – The value to assign to the object_status property of this OutputLink.
- description (str) – The value to assign to the description property of this OutputLink.
- port (str) – The value to assign to the port property of this OutputLink.
- to_links (list[str]) – The value to assign to the to_links property of this OutputLink.
-
description
¶ Gets the description of this FlowPortLink. Detailed description for the object.
Returns: The description of this FlowPortLink. 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
-
to_links
¶ Gets the to_links of this OutputLink. The links from this output link to connect to other links in flow.
Returns: The to_links of this OutputLink. Return type: list[str]
-