UpdateDataAssetDetails¶
-
class
oci.data_integration.models.
UpdateDataAssetDetails
(**kwargs)¶ Bases:
object
Properties used in data asset update operations.
Attributes
MODEL_TYPE_AMAZON_S3_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_FUSION_APP_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_GENERIC_JDBC_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_HDFS_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_LAKE_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_MYSQL_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_MYSQL_HEATWAVE_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_ORACLE_ADWC_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_ORACLE_ATP_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_ORACLE_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_ORACLE_EBS_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_ORACLE_OBJECT_STORAGE_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_ORACLE_PEOPLESOFT_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_ORACLE_SIEBEL_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. MODEL_TYPE_REST_DATA_ASSET
A constant which can be used with the model_type property of a UpdateDataAssetDetails. asset_properties
Gets the asset_properties of this UpdateDataAssetDetails. description
Gets the description of this UpdateDataAssetDetails. external_key
Gets the external_key of this UpdateDataAssetDetails. identifier
Gets the identifier of this UpdateDataAssetDetails. key
[Required] Gets the key of this UpdateDataAssetDetails. model_type
[Required] Gets the model_type of this UpdateDataAssetDetails. model_version
Gets the model_version of this UpdateDataAssetDetails. name
Gets the name of this UpdateDataAssetDetails. object_status
Gets the object_status of this UpdateDataAssetDetails. object_version
[Required] Gets the object_version of this UpdateDataAssetDetails. registry_metadata
Gets the registry_metadata of this UpdateDataAssetDetails. Methods
__init__
(**kwargs)Initializes a new UpdateDataAssetDetails 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'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “AMAZON_S3_DATA_ASSET”
-
MODEL_TYPE_FUSION_APP_DATA_ASSET
= 'FUSION_APP_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “FUSION_APP_DATA_ASSET”
-
MODEL_TYPE_GENERIC_JDBC_DATA_ASSET
= 'GENERIC_JDBC_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “GENERIC_JDBC_DATA_ASSET”
-
MODEL_TYPE_HDFS_DATA_ASSET
= 'HDFS_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “HDFS_DATA_ASSET”
-
MODEL_TYPE_LAKE_DATA_ASSET
= 'LAKE_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “LAKE_DATA_ASSET”
-
MODEL_TYPE_MYSQL_DATA_ASSET
= 'MYSQL_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “MYSQL_DATA_ASSET”
-
MODEL_TYPE_MYSQL_HEATWAVE_DATA_ASSET
= 'MYSQL_HEATWAVE_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “MYSQL_HEATWAVE_DATA_ASSET”
-
MODEL_TYPE_ORACLE_ADWC_DATA_ASSET
= 'ORACLE_ADWC_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “ORACLE_ADWC_DATA_ASSET”
-
MODEL_TYPE_ORACLE_ATP_DATA_ASSET
= 'ORACLE_ATP_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “ORACLE_ATP_DATA_ASSET”
-
MODEL_TYPE_ORACLE_DATA_ASSET
= 'ORACLE_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “ORACLE_DATA_ASSET”
-
MODEL_TYPE_ORACLE_EBS_DATA_ASSET
= 'ORACLE_EBS_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “ORACLE_EBS_DATA_ASSET”
-
MODEL_TYPE_ORACLE_OBJECT_STORAGE_DATA_ASSET
= 'ORACLE_OBJECT_STORAGE_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “ORACLE_OBJECT_STORAGE_DATA_ASSET”
-
MODEL_TYPE_ORACLE_PEOPLESOFT_DATA_ASSET
= 'ORACLE_PEOPLESOFT_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “ORACLE_PEOPLESOFT_DATA_ASSET”
-
MODEL_TYPE_ORACLE_SIEBEL_DATA_ASSET
= 'ORACLE_SIEBEL_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “ORACLE_SIEBEL_DATA_ASSET”
-
MODEL_TYPE_REST_DATA_ASSET
= 'REST_DATA_ASSET'¶ A constant which can be used with the model_type property of a UpdateDataAssetDetails. This constant has a value of “REST_DATA_ASSET”
-
__init__
(**kwargs)¶ Initializes a new UpdateDataAssetDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
UpdateDataAssetFromRest
UpdateDataAssetFromMySqlHeatWave
UpdateDataAssetFromOracleEbs
UpdateDataAssetFromAdwc
UpdateDataAssetFromHdfs
UpdateDataAssetFromOraclePeopleSoft
UpdateDataAssetFromObjectStorage
UpdateDataAssetFromAmazonS3
UpdateDataAssetFromMySQL
UpdateDataAssetFromOracleSiebel
UpdateDataAssetFromLake
UpdateDataAssetFromAtp
UpdateDataAssetFromJdbc
UpdateDataAssetFromFusionApp
UpdateDataAssetFromOracle
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 UpdateDataAssetDetails. 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 UpdateDataAssetDetails.
- model_version (str) – The value to assign to the model_version property of this UpdateDataAssetDetails.
- name (str) – The value to assign to the name property of this UpdateDataAssetDetails.
- description (str) – The value to assign to the description property of this UpdateDataAssetDetails.
- object_status (int) – The value to assign to the object_status property of this UpdateDataAssetDetails.
- object_version (int) – The value to assign to the object_version property of this UpdateDataAssetDetails.
- identifier (str) – The value to assign to the identifier property of this UpdateDataAssetDetails.
- external_key (str) – The value to assign to the external_key property of this UpdateDataAssetDetails.
- asset_properties (dict(str, str)) – The value to assign to the asset_properties property of this UpdateDataAssetDetails.
- registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this UpdateDataAssetDetails.
-
asset_properties
¶ Gets the asset_properties of this UpdateDataAssetDetails. Additional properties for the data asset.
Returns: The asset_properties of this UpdateDataAssetDetails. Return type: dict(str, str)
-
description
¶ Gets the description of this UpdateDataAssetDetails. The user-defined description of the data asset.
Returns: The description of this UpdateDataAssetDetails. Return type: str
-
external_key
¶ Gets the external_key of this UpdateDataAssetDetails. The external key for the object.
Returns: The external_key of this UpdateDataAssetDetails. 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 UpdateDataAssetDetails. 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 UpdateDataAssetDetails. Return type: str
-
key
¶ [Required] Gets the key of this UpdateDataAssetDetails. Generated key that can be used in API calls to identify data asset.
Returns: The key of this UpdateDataAssetDetails. Return type: str
-
model_type
¶ [Required] Gets the model_type of this UpdateDataAssetDetails. 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 UpdateDataAssetDetails. Return type: str
-
model_version
¶ Gets the model_version of this UpdateDataAssetDetails. The model version of an object.
Returns: The model_version of this UpdateDataAssetDetails. Return type: str
-
name
¶ Gets the name of this UpdateDataAssetDetails. 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 UpdateDataAssetDetails. Return type: str
-
object_status
¶ Gets the object_status of this UpdateDataAssetDetails. 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 UpdateDataAssetDetails. Return type: int
-
object_version
¶ [Required] Gets the object_version of this UpdateDataAssetDetails. The version of the object that is used to track changes in the object instance.
Returns: The object_version of this UpdateDataAssetDetails. Return type: int
-
registry_metadata
¶ Gets the registry_metadata of this UpdateDataAssetDetails.
Returns: The registry_metadata of this UpdateDataAssetDetails. Return type: oci.data_integration.models.RegistryMetadata
-