DataflowApplication¶
-
class
oci.data_integration.models.
DataflowApplication
(**kwargs)¶ Bases:
object
Minimum information required to recognize a Dataflow Application object.
Methods
__init__
(**kwargs)Initializes a new DataflowApplication object with values from keyword arguments. Attributes
application_id
Gets the application_id of this DataflowApplication. compartment_id
Gets the compartment_id of this DataflowApplication. config_values
Gets the config_values of this DataflowApplication. -
__init__
(**kwargs)¶ Initializes a new DataflowApplication object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - application_id (str) – The value to assign to the application_id property of this DataflowApplication.
- compartment_id (str) – The value to assign to the compartment_id property of this DataflowApplication.
- config_values (oci.data_integration.models.ConfigValues) – The value to assign to the config_values property of this DataflowApplication.
-
application_id
¶ Gets the application_id of this DataflowApplication. The application id for which Oracle Cloud Infrastructure data flow task is to be created.
Returns: The application_id of this DataflowApplication. Return type: str
-
compartment_id
¶ Gets the compartment_id of this DataflowApplication. The compartmentId id under which Oracle Cloud Infrastructure dataflow application lies.
Returns: The compartment_id of this DataflowApplication. Return type: str
-
config_values
¶ Gets the config_values of this DataflowApplication.
Returns: The config_values of this DataflowApplication. Return type: oci.data_integration.models.ConfigValues
-