ruạṛ
a N��f�@ � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �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� Zd9d:� Zd;d<� Zd=S )>� DataAssetzC Represents a data source in the Data Integration service. c K s� ddddddddddddddddd d �| _ ddd ddddddddddddddd �| _d| _d| _d| _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. The following keyword arguments are supported (corresponding to the getters/setters of this class): :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 model_type: The value to assign to the model_type property of this DataAsset. :type model_type: 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 object_version: The value to assign to the object_version property of this DataAsset. :type object_version: 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 properties: The value to assign to the properties property of this DataAsset. :type properties: dict(str, object) :param type: The value to assign to the type property of this DataAsset. :type type: str :param native_type_system: The value to assign to the native_type_system property of this DataAsset. :type native_type_system: oci.data_connectivity.models.TypeSystem :param registry_metadata: The value to assign to the registry_metadata property of this DataAsset. :type registry_metadata: oci.data_connectivity.models.RegistryMetadata :param metadata: The value to assign to the metadata property of this DataAsset. :type metadata: oci.data_connectivity.models.ObjectMetadata :param default_connection: The value to assign to the default_connection property of this DataAsset. :type default_connection: oci.data_connectivity.models.Connection :param end_points: The value to assign to the end_points property of this DataAsset. :type end_points: list[oci.data_connectivity.models.DpEndpoint] �str�intzdict(str, str)zdict(str, object)� TypeSystem�RegistryMetadata�ObjectMetadata� Connectionzlist[DpEndpoint])�key� model_version� model_type�name�description� object_status�object_version� identifier�external_key�asset_properties� properties�type�native_type_system�registry_metadata�metadata�default_connection� end_pointsr �modelVersion� modelTyper r �objectStatus� objectVersionr �externalKey�assetPropertiesr r �nativeTypeSystem�registryMetadatar �defaultConnection� endPointsN)� swagger_types� attribute_map�_key�_model_version�_model_type�_name�_description�_object_status�_object_version�_identifier� _external_key�_asset_properties�_properties�_type�_native_type_system�_registry_metadata� _metadata�_default_connection�_end_points)�self�kwargs� r= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/data_asset.py�__init__ sj K��zDataAsset.__init__c C s | j S )z� **[Required]** Gets the key of this DataAsset. Currently not used while creating a data asset. Reserved for future. :return: The key of this DataAsset. :rtype: str �r* �r; r= r= r>