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:
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