CreateDataAssetFromAdwc

class oci.data_integration.models.CreateDataAssetFromAdwc(**kwargs)

Bases: oci.data_integration.models.create_data_asset_details.CreateDataAssetDetails

Details for the Autonomous Data Warehouse data asset type.

Attributes

MODEL_TYPE_AMAZON_S3_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_FUSION_APP_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_GENERIC_JDBC_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_HDFS_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_LAKE_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_MYSQL_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_MYSQL_HEATWAVE_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_ORACLE_ADWC_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_ORACLE_ATP_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_ORACLE_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_ORACLE_EBS_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_ORACLE_OBJECT_STORAGE_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_ORACLE_PEOPLESOFT_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_ORACLE_SIEBEL_DATA_ASSET str(object=’’) -> str
MODEL_TYPE_REST_DATA_ASSET str(object=’’) -> str
asset_properties Gets the asset_properties of this CreateDataAssetDetails.
autonomous_db_id Gets the autonomous_db_id of this CreateDataAssetFromAdwc.
bucket_schema Gets the bucket_schema of this CreateDataAssetFromAdwc.
compartment_id Gets the compartment_id of this CreateDataAssetFromAdwc.
credential_file_content Gets the credential_file_content of this CreateDataAssetFromAdwc.
default_connection Gets the default_connection of this CreateDataAssetFromAdwc.
description Gets the description of this CreateDataAssetDetails.
driver_class Gets the driver_class of this CreateDataAssetFromAdwc.
external_key Gets the external_key of this CreateDataAssetDetails.
identifier [Required] Gets the identifier of this CreateDataAssetDetails.
key Gets the key of this CreateDataAssetDetails.
model_type [Required] Gets the model_type of this CreateDataAssetDetails.
model_version Gets the model_version of this CreateDataAssetDetails.
name [Required] Gets the name of this CreateDataAssetDetails.
object_status Gets the object_status of this CreateDataAssetDetails.
region_id Gets the region_id of this CreateDataAssetFromAdwc.
registry_metadata Gets the registry_metadata of this CreateDataAssetDetails.
service_name Gets the service_name of this CreateDataAssetFromAdwc.
staging_connection Gets the staging_connection of this CreateDataAssetFromAdwc.
staging_data_asset Gets the staging_data_asset of this CreateDataAssetFromAdwc.
tenancy_id Gets the tenancy_id of this CreateDataAssetFromAdwc.
wallet_password_secret Gets the wallet_password_secret of this CreateDataAssetFromAdwc.
wallet_secret Gets the wallet_secret of this CreateDataAssetFromAdwc.

Methods

__init__(**kwargs) Initializes a new CreateDataAssetFromAdwc 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_AMAZON_S3_DATA_ASSET = 'AMAZON_S3_DATA_ASSET'
MODEL_TYPE_FUSION_APP_DATA_ASSET = 'FUSION_APP_DATA_ASSET'
MODEL_TYPE_GENERIC_JDBC_DATA_ASSET = 'GENERIC_JDBC_DATA_ASSET'
MODEL_TYPE_HDFS_DATA_ASSET = 'HDFS_DATA_ASSET'
MODEL_TYPE_LAKE_DATA_ASSET = 'LAKE_DATA_ASSET'
MODEL_TYPE_MYSQL_DATA_ASSET = 'MYSQL_DATA_ASSET'
MODEL_TYPE_MYSQL_HEATWAVE_DATA_ASSET = 'MYSQL_HEATWAVE_DATA_ASSET'
MODEL_TYPE_ORACLE_ADWC_DATA_ASSET = 'ORACLE_ADWC_DATA_ASSET'
MODEL_TYPE_ORACLE_ATP_DATA_ASSET = 'ORACLE_ATP_DATA_ASSET'
MODEL_TYPE_ORACLE_DATA_ASSET = 'ORACLE_DATA_ASSET'
MODEL_TYPE_ORACLE_EBS_DATA_ASSET = 'ORACLE_EBS_DATA_ASSET'
MODEL_TYPE_ORACLE_OBJECT_STORAGE_DATA_ASSET = 'ORACLE_OBJECT_STORAGE_DATA_ASSET'
MODEL_TYPE_ORACLE_PEOPLESOFT_DATA_ASSET = 'ORACLE_PEOPLESOFT_DATA_ASSET'
MODEL_TYPE_ORACLE_SIEBEL_DATA_ASSET = 'ORACLE_SIEBEL_DATA_ASSET'
MODEL_TYPE_REST_DATA_ASSET = 'REST_DATA_ASSET'
__init__(**kwargs)

Initializes a new CreateDataAssetFromAdwc object with values from keyword arguments. The default value of the model_type attribute of this class is ORACLE_ADWC_DATA_ASSET 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 CreateDataAssetFromAdwc. Allowed values for this property are: “ORACLE_DATA_ASSET”, “ORACLE_OBJECT_STORAGE_DATA_ASSET”, “ORACLE_ATP_DATA_ASSET”, “ORACLE_ADWC_DATA_ASSET”, “MYSQL_DATA_ASSET”, “GENERIC_JDBC_DATA_ASSET”, “FUSION_APP_DATA_ASSET”, “AMAZON_S3_DATA_ASSET”, “LAKE_DATA_ASSET”, “ORACLE_PEOPLESOFT_DATA_ASSET”, “ORACLE_SIEBEL_DATA_ASSET”, “ORACLE_EBS_DATA_ASSET”, “HDFS_DATA_ASSET”, “MYSQL_HEATWAVE_DATA_ASSET”, “REST_DATA_ASSET”
  • key (str) – The value to assign to the key property of this CreateDataAssetFromAdwc.
  • model_version (str) – The value to assign to the model_version property of this CreateDataAssetFromAdwc.
  • name (str) – The value to assign to the name property of this CreateDataAssetFromAdwc.
  • description (str) – The value to assign to the description property of this CreateDataAssetFromAdwc.
  • object_status (int) – The value to assign to the object_status property of this CreateDataAssetFromAdwc.
  • identifier (str) – The value to assign to the identifier property of this CreateDataAssetFromAdwc.
  • external_key (str) – The value to assign to the external_key property of this CreateDataAssetFromAdwc.
  • asset_properties (dict(str, str)) – The value to assign to the asset_properties property of this CreateDataAssetFromAdwc.
  • registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this CreateDataAssetFromAdwc.
  • service_name (str) – The value to assign to the service_name property of this CreateDataAssetFromAdwc.
  • driver_class (str) – The value to assign to the driver_class property of this CreateDataAssetFromAdwc.
  • credential_file_content (str) – The value to assign to the credential_file_content property of this CreateDataAssetFromAdwc.
  • wallet_secret (oci.data_integration.models.SensitiveAttribute) – The value to assign to the wallet_secret property of this CreateDataAssetFromAdwc.
  • wallet_password_secret (oci.data_integration.models.SensitiveAttribute) – The value to assign to the wallet_password_secret property of this CreateDataAssetFromAdwc.
  • region_id (str) – The value to assign to the region_id property of this CreateDataAssetFromAdwc.
  • tenancy_id (str) – The value to assign to the tenancy_id property of this CreateDataAssetFromAdwc.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateDataAssetFromAdwc.
  • autonomous_db_id (str) – The value to assign to the autonomous_db_id property of this CreateDataAssetFromAdwc.
  • default_connection (oci.data_integration.models.CreateConnectionFromAdwc) – The value to assign to the default_connection property of this CreateDataAssetFromAdwc.
  • staging_data_asset (oci.data_integration.models.DataAsset) – The value to assign to the staging_data_asset property of this CreateDataAssetFromAdwc.
  • staging_connection (oci.data_integration.models.Connection) – The value to assign to the staging_connection property of this CreateDataAssetFromAdwc.
  • bucket_schema (oci.data_integration.models.Schema) – The value to assign to the bucket_schema property of this CreateDataAssetFromAdwc.
asset_properties

Gets the asset_properties of this CreateDataAssetDetails. Additional properties for the data asset.

Returns:The asset_properties of this CreateDataAssetDetails.
Return type:dict(str, str)
autonomous_db_id

Gets the autonomous_db_id of this CreateDataAssetFromAdwc. Tha Autonomous Database Id

Returns:The autonomous_db_id of this CreateDataAssetFromAdwc.
Return type:str
bucket_schema

Gets the bucket_schema of this CreateDataAssetFromAdwc.

Returns:The bucket_schema of this CreateDataAssetFromAdwc.
Return type:oci.data_integration.models.Schema
compartment_id

Gets the compartment_id of this CreateDataAssetFromAdwc. The Autonomous Data Warehouse instance compartment Id.

Returns:The compartment_id of this CreateDataAssetFromAdwc.
Return type:str
credential_file_content

Gets the credential_file_content of this CreateDataAssetFromAdwc. The credential file content from a Autonomous Data Warehouse wallet.

Returns:The credential_file_content of this CreateDataAssetFromAdwc.
Return type:str
default_connection

Gets the default_connection of this CreateDataAssetFromAdwc.

Returns:The default_connection of this CreateDataAssetFromAdwc.
Return type:oci.data_integration.models.CreateConnectionFromAdwc
description

Gets the description of this CreateDataAssetDetails. User-defined description of the data asset.

Returns:The description of this CreateDataAssetDetails.
Return type:str
driver_class

Gets the driver_class of this CreateDataAssetFromAdwc. The Autonomous Data Warehouse driver class.

Returns:The driver_class of this CreateDataAssetFromAdwc.
Return type:str
external_key

Gets the external_key of this CreateDataAssetDetails. The external key for the object.

Returns:The external_key of this CreateDataAssetDetails.
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.

identifier

[Required] Gets the identifier of this CreateDataAssetDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.

Returns:The identifier of this CreateDataAssetDetails.
Return type:str
key

Gets the key of this CreateDataAssetDetails. Currently not used on data asset creation. Reserved for future.

Returns:The key of this CreateDataAssetDetails.
Return type:str
model_type

[Required] Gets the model_type of this CreateDataAssetDetails. The type of the data asset.

Allowed values for this property are: “ORACLE_DATA_ASSET”, “ORACLE_OBJECT_STORAGE_DATA_ASSET”, “ORACLE_ATP_DATA_ASSET”, “ORACLE_ADWC_DATA_ASSET”, “MYSQL_DATA_ASSET”, “GENERIC_JDBC_DATA_ASSET”, “FUSION_APP_DATA_ASSET”, “AMAZON_S3_DATA_ASSET”, “LAKE_DATA_ASSET”, “ORACLE_PEOPLESOFT_DATA_ASSET”, “ORACLE_SIEBEL_DATA_ASSET”, “ORACLE_EBS_DATA_ASSET”, “HDFS_DATA_ASSET”, “MYSQL_HEATWAVE_DATA_ASSET”, “REST_DATA_ASSET”

Returns:The model_type of this CreateDataAssetDetails.
Return type:str
model_version

Gets the model_version of this CreateDataAssetDetails. The model version of an object.

Returns:The model_version of this CreateDataAssetDetails.
Return type:str
name

[Required] Gets the name of this CreateDataAssetDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

Returns:The name of this CreateDataAssetDetails.
Return type:str
object_status

Gets the object_status of this CreateDataAssetDetails. 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 CreateDataAssetDetails.
Return type:int
region_id

Gets the region_id of this CreateDataAssetFromAdwc. The Autonomous Data Warehouse instance region Id.

Returns:The region_id of this CreateDataAssetFromAdwc.
Return type:str
registry_metadata

Gets the registry_metadata of this CreateDataAssetDetails.

Returns:The registry_metadata of this CreateDataAssetDetails.
Return type:oci.data_integration.models.RegistryMetadata
service_name

Gets the service_name of this CreateDataAssetFromAdwc. The Autonomous Data Warehouse instance service name.

Returns:The service_name of this CreateDataAssetFromAdwc.
Return type:str
staging_connection

Gets the staging_connection of this CreateDataAssetFromAdwc.

Returns:The staging_connection of this CreateDataAssetFromAdwc.
Return type:oci.data_integration.models.Connection
staging_data_asset

Gets the staging_data_asset of this CreateDataAssetFromAdwc.

Returns:The staging_data_asset of this CreateDataAssetFromAdwc.
Return type:oci.data_integration.models.DataAsset
tenancy_id

Gets the tenancy_id of this CreateDataAssetFromAdwc. The Autonomous Data Warehouse instance tenancy Id.

Returns:The tenancy_id of this CreateDataAssetFromAdwc.
Return type:str
wallet_password_secret

Gets the wallet_password_secret of this CreateDataAssetFromAdwc.

Returns:The wallet_password_secret of this CreateDataAssetFromAdwc.
Return type:oci.data_integration.models.SensitiveAttribute
wallet_secret

Gets the wallet_secret of this CreateDataAssetFromAdwc.

Returns:The wallet_secret of this CreateDataAssetFromAdwc.
Return type:oci.data_integration.models.SensitiveAttribute