ConditionalInputLink¶
-
class
oci.data_integration.models.
ConditionalInputLink
(**kwargs)¶ Bases:
oci.data_integration.models.flow_port_link.FlowPortLink
The information about the conditional input link.
Attributes
MODEL_TYPE_CONDITIONAL_INPUT_LINK
str(object=’’) -> str MODEL_TYPE_INPUT_LINK
str(object=’’) -> str MODEL_TYPE_OUTPUT_LINK
str(object=’’) -> str condition
Gets the condition of this ConditionalInputLink. description
Gets the description of this FlowPortLink. field_map
Gets the field_map of this ConditionalInputLink. from_link
Gets the from_link of this ConditionalInputLink. 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 ConditionalInputLink 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 ConditionalInputLink object with values from keyword arguments. The default value of the
model_type
attribute of this class isCONDITIONAL_INPUT_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 ConditionalInputLink. Allowed values for this property are: “CONDITIONAL_INPUT_LINK”, “OUTPUT_LINK”, “INPUT_LINK”
- key (str) – The value to assign to the key property of this ConditionalInputLink.
- model_version (str) – The value to assign to the model_version property of this ConditionalInputLink.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this ConditionalInputLink.
- object_status (int) – The value to assign to the object_status property of this ConditionalInputLink.
- description (str) – The value to assign to the description property of this ConditionalInputLink.
- port (str) – The value to assign to the port property of this ConditionalInputLink.
- from_link (oci.data_integration.models.OutputLink) – The value to assign to the from_link property of this ConditionalInputLink.
- field_map (oci.data_integration.models.FieldMap) – The value to assign to the field_map property of this ConditionalInputLink.
- condition (oci.data_integration.models.Expression) – The value to assign to the condition property of this ConditionalInputLink.
-
condition
¶ Gets the condition of this ConditionalInputLink.
Returns: The condition of this ConditionalInputLink. Return type: oci.data_integration.models.Expression
-
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 ConditionalInputLink.
Returns: The field_map of this ConditionalInputLink. Return type: oci.data_integration.models.FieldMap
-
from_link
¶ Gets the from_link of this ConditionalInputLink.
Returns: The from_link of this ConditionalInputLink. Return type: oci.data_integration.models.OutputLink
-
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
-