ruạṛ
a N��f�J � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Z e jd9d8� �Z d:d;� Z!d<d=� Z"d>d?� Z#d@S )A� DataAssetzC Represents a data source in the Data Integration service. �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_HOUSE_DATA_ASSET�REST_DATA_ASSETc K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a Initializes a new DataAsset 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: * :class:`~oci.data_integration.models.DataAssetFromJdbc` * :class:`~oci.data_integration.models.DataAssetFromOracleDetails` * :class:`~oci.data_integration.models.DataAssetFromAdwcDetails` * :class:`~oci.data_integration.models.DataAssetFromAmazonS3` * :class:`~oci.data_integration.models.DataAssetFromLakehouseDetails` * :class:`~oci.data_integration.models.DataAssetFromObjectStorageDetails` * :class:`~oci.data_integration.models.DataAssetFromFusionApp` * :class:`~oci.data_integration.models.DataAssetFromAtpDetails` * :class:`~oci.data_integration.models.DataAssetFromMySQL` * :class:`~oci.data_integration.models.DataAssetFromRestDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this DataAsset. 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_HOUSE_DATA_ASSET", "REST_DATA_ASSET", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param key: The value to assign to the key property of this DataAsset. :type key: str :param model_version: The value to assign to the model_version property of this DataAsset. :type model_version: str :param name: The value to assign to the name property of this DataAsset. :type name: str :param description: The value to assign to the description property of this DataAsset. :type description: str :param object_status: The value to assign to the object_status property of this DataAsset. :type object_status: int :param identifier: The value to assign to the identifier property of this DataAsset. :type identifier: str :param external_key: The value to assign to the external_key property of this DataAsset. :type external_key: str :param asset_properties: The value to assign to the asset_properties property of this DataAsset. :type asset_properties: dict(str, str) :param native_type_system: The value to assign to the native_type_system property of this DataAsset. :type native_type_system: oci.data_integration.models.TypeSystem :param object_version: The value to assign to the object_version property of this DataAsset. :type object_version: int :param parent_ref: The value to assign to the parent_ref property of this DataAsset. :type parent_ref: oci.data_integration.models.ParentReference :param metadata: The value to assign to the metadata property of this DataAsset. :type metadata: oci.data_integration.models.ObjectMetadata :param key_map: The value to assign to the key_map property of this DataAsset. :type key_map: dict(str, str) �str�intzdict(str, str)� TypeSystem�ParentReference�ObjectMetadata)� model_type�key� model_version�name�description� object_status� identifier�external_key�asset_properties�native_type_system�object_version� parent_ref�metadata�key_map� modelTyper �modelVersionr r �objectStatusr �externalKey�assetProperties�nativeTypeSystem� objectVersion� parentRefr"