📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_connectivity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_connectivity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_data_asset_details.pyc
a N��fE � @ 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 )>�CreateDataAssetDetailsz> Properties used in the create data asset operations. 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 CreateDataAssetDetails 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 CreateDataAssetDetails. :type key: str :param model_version: The value to assign to the model_version property of this CreateDataAssetDetails. :type model_version: str :param model_type: The value to assign to the model_type property of this CreateDataAssetDetails. :type model_type: str :param name: The value to assign to the name property of this CreateDataAssetDetails. :type name: str :param description: The value to assign to the description property of this CreateDataAssetDetails. :type description: str :param object_status: The value to assign to the object_status property of this CreateDataAssetDetails. :type object_status: int :param object_version: The value to assign to the object_version property of this CreateDataAssetDetails. :type object_version: int :param identifier: The value to assign to the identifier property of this CreateDataAssetDetails. :type identifier: str :param external_key: The value to assign to the external_key property of this CreateDataAssetDetails. :type external_key: str :param asset_properties: The value to assign to the asset_properties property of this CreateDataAssetDetails. :type asset_properties: dict(str, str) :param properties: The value to assign to the properties property of this CreateDataAssetDetails. :type properties: dict(str, object) :param type: The value to assign to the type property of this CreateDataAssetDetails. :type type: str :param native_type_system: The value to assign to the native_type_system property of this CreateDataAssetDetails. :type native_type_system: oci.data_connectivity.models.TypeSystem :param registry_metadata: The value to assign to the registry_metadata property of this CreateDataAssetDetails. :type registry_metadata: oci.data_connectivity.models.RegistryMetadata :param metadata: The value to assign to the metadata property of this CreateDataAssetDetails. :type metadata: oci.data_connectivity.models.ObjectMetadata :param default_connection: The value to assign to the default_connection property of this CreateDataAssetDetails. :type default_connection: oci.data_connectivity.models.Connection :param end_points: The value to assign to the end_points property of this CreateDataAssetDetails. :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/create_data_asset_details.py�__init__ sj K��zCreateDataAssetDetails.__init__c C s | j S )z� Gets the key of this CreateDataAssetDetails. Generated key that can be used in API calls to identify the data asset. :return: The key of this CreateDataAssetDetails. :rtype: str �r* �r; r= r= r>