ruạṛ
a N��fWI � @ 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� �Zd7d8� Z d9d:� Z!d;d<� Z"d=S )>�DataAssetSummaryz, The summary object for data asset. �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� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new DataAssetSummary 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.DataAssetSummaryFromMySQL` * :class:`~oci.data_integration.models.DataAssetSummaryFromAtp` * :class:`~oci.data_integration.models.DataAssetSummaryFromAdwc` * :class:`~oci.data_integration.models.DataAssetSummaryFromJdbc` * :class:`~oci.data_integration.models.DataAssetSummaryFromAmazonS3` * :class:`~oci.data_integration.models.DataAssetSummaryFromObjectStorage` * :class:`~oci.data_integration.models.DataAssetSummaryFromRest` * :class:`~oci.data_integration.models.DataAssetSummaryFromOracle` * :class:`~oci.data_integration.models.DataAssetSummaryFromFusionApp` * :class:`~oci.data_integration.models.DataAssetSummaryFromLakehouse` 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 DataAssetSummary. 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 DataAssetSummary. :type key: str :param model_version: The value to assign to the model_version property of this DataAssetSummary. :type model_version: str :param name: The value to assign to the name property of this DataAssetSummary. :type name: str :param description: The value to assign to the description property of this DataAssetSummary. :type description: str :param object_status: The value to assign to the object_status property of this DataAssetSummary. :type object_status: int :param identifier: The value to assign to the identifier property of this DataAssetSummary. :type identifier: str :param external_key: The value to assign to the external_key property of this DataAssetSummary. :type external_key: str :param asset_properties: The value to assign to the asset_properties property of this DataAssetSummary. :type asset_properties: dict(str, str) :param native_type_system: The value to assign to the native_type_system property of this DataAssetSummary. :type native_type_system: oci.data_integration.models.TypeSystem :param object_version: The value to assign to the object_version property of this DataAssetSummary. :type object_version: int :param parent_ref: The value to assign to the parent_ref property of this DataAssetSummary. :type parent_ref: oci.data_integration.models.ParentReference :param metadata: The value to assign to the metadata property of this DataAssetSummary. :type metadata: oci.data_integration.models.ObjectMetadata �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� modelTyper �modelVersionr r �objectStatusr �externalKey�assetProperties�nativeTypeSystem� objectVersion� parentRefr"