DataAssetFromRestDetails

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

Bases: oci.data_integration.models.data_asset.DataAsset

Details for the Rest data asset.

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 DataAsset.
base_url Gets the base_url of this DataAssetFromRestDetails.
default_connection Gets the default_connection of this DataAssetFromRestDetails.
description Gets the description of this DataAsset.
external_key Gets the external_key of this DataAsset.
identifier Gets the identifier of this DataAsset.
key Gets the key of this DataAsset.
key_map Gets the key_map of this DataAsset.
manifest_file_content Gets the manifest_file_content of this DataAssetFromRestDetails.
metadata Gets the metadata of this DataAsset.
model_type Gets the model_type of this DataAsset.
model_version Gets the model_version of this DataAsset.
name Gets the name of this DataAsset.
native_type_system Gets the native_type_system of this DataAsset.
object_status Gets the object_status of this DataAsset.
object_version Gets the object_version of this DataAsset.
parent_ref Gets the parent_ref of this DataAsset.

Methods

__init__(**kwargs) Initializes a new DataAssetFromRestDetails 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 DataAssetFromRestDetails object with values from keyword arguments. The default value of the model_type attribute of this class is REST_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 DataAssetFromRestDetails. 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 DataAssetFromRestDetails.
  • model_version (str) – The value to assign to the model_version property of this DataAssetFromRestDetails.
  • name (str) – The value to assign to the name property of this DataAssetFromRestDetails.
  • description (str) – The value to assign to the description property of this DataAssetFromRestDetails.
  • object_status (int) – The value to assign to the object_status property of this DataAssetFromRestDetails.
  • identifier (str) – The value to assign to the identifier property of this DataAssetFromRestDetails.
  • external_key (str) – The value to assign to the external_key property of this DataAssetFromRestDetails.
  • asset_properties (dict(str, str)) – The value to assign to the asset_properties property of this DataAssetFromRestDetails.
  • native_type_system (oci.data_integration.models.TypeSystem) – The value to assign to the native_type_system property of this DataAssetFromRestDetails.
  • object_version (int) – The value to assign to the object_version property of this DataAssetFromRestDetails.
  • parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this DataAssetFromRestDetails.
  • metadata (oci.data_integration.models.ObjectMetadata) – The value to assign to the metadata property of this DataAssetFromRestDetails.
  • key_map (dict(str, str)) – The value to assign to the key_map property of this DataAssetFromRestDetails.
  • base_url (str) – The value to assign to the base_url property of this DataAssetFromRestDetails.
  • manifest_file_content (str) – The value to assign to the manifest_file_content property of this DataAssetFromRestDetails.
  • default_connection (oci.data_integration.models.ConnectionDetails) – The value to assign to the default_connection property of this DataAssetFromRestDetails.
asset_properties

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

Returns:The asset_properties of this DataAsset.
Return type:dict(str, str)
base_url

Gets the base_url of this DataAssetFromRestDetails. The base url of the rest server.

Returns:The base_url of this DataAssetFromRestDetails.
Return type:str
default_connection

Gets the default_connection of this DataAssetFromRestDetails.

Returns:The default_connection of this DataAssetFromRestDetails.
Return type:oci.data_integration.models.ConnectionDetails
description

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

Returns:The description of this DataAsset.
Return type:str
external_key

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

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

Gets the identifier of this DataAsset. 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 DataAsset.
Return type:str
key

Gets the key of this DataAsset. Generated key that can be used in API calls to identify data asset.

Returns:The key of this DataAsset.
Return type:str
key_map

Gets the key_map of this DataAsset. A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.

Returns:The key_map of this DataAsset.
Return type:dict(str, str)
manifest_file_content

Gets the manifest_file_content of this DataAssetFromRestDetails. The manifest file content of the rest APIs.

Returns:The manifest_file_content of this DataAssetFromRestDetails.
Return type:str
metadata

Gets the metadata of this DataAsset.

Returns:The metadata of this DataAsset.
Return type:oci.data_integration.models.ObjectMetadata
model_type

Gets the model_type of this DataAsset. 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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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

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

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

Gets the name of this DataAsset. 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 DataAsset.
Return type:str
native_type_system

Gets the native_type_system of this DataAsset.

Returns:The native_type_system of this DataAsset.
Return type:oci.data_integration.models.TypeSystem
object_status

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

Gets the object_version of this DataAsset. The version of the object that is used to track changes in the object instance.

Returns:The object_version of this DataAsset.
Return type:int
parent_ref

Gets the parent_ref of this DataAsset.

Returns:The parent_ref of this DataAsset.
Return type:oci.data_integration.models.ParentReference