ConfigurationDetails¶
-
class
oci.data_integration.models.
ConfigurationDetails
(**kwargs)¶ Bases:
object
A key map. If provided, key is replaced with generated key.
Methods
__init__
(**kwargs)Initializes a new ConfigurationDetails object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this ConfigurationDetails. connection
Gets the connection of this ConfigurationDetails. data_asset
Gets the data_asset of this ConfigurationDetails. schema
Gets the schema of this ConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new ConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - data_asset (oci.data_integration.models.DataAsset) – The value to assign to the data_asset property of this ConfigurationDetails.
- connection (oci.data_integration.models.Connection) – The value to assign to the connection property of this ConfigurationDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this ConfigurationDetails.
- schema (oci.data_integration.models.Schema) – The value to assign to the schema property of this ConfigurationDetails.
-
compartment_id
¶ Gets the compartment_id of this ConfigurationDetails. The compartment ID of the object store.
Returns: The compartment_id of this ConfigurationDetails. Return type: str
-
connection
¶ Gets the connection of this ConfigurationDetails.
Returns: The connection of this ConfigurationDetails. Return type: oci.data_integration.models.Connection
-
data_asset
¶ Gets the data_asset of this ConfigurationDetails.
Returns: The data_asset of this ConfigurationDetails. Return type: oci.data_integration.models.DataAsset
-
schema
¶ Gets the schema of this ConfigurationDetails.
Returns: The schema of this ConfigurationDetails. Return type: oci.data_integration.models.Schema
-