📂 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_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_asset_from_adwc_details.pyc
a N��f�1 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� DataAsset� )�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 dd� Zdd� Zdd� ZdS ) �DataAssetFromAdwcDetailszD Details for the Autonomous Data Warehouse data asset type. c K s� ddddddddddddddddddd d dd�| _ d ddddddddddddddddddd d!d�| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _ d"| _ d"| _d"| _d"| _ d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d#| _d"S )$a� Initializes a new DataAssetFromAdwcDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.DataAssetFromAdwcDetails.model_type` attribute of this class is ``ORACLE_ADWC_DATA_ASSET`` and it should not be changed. 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 DataAssetFromAdwcDetails. 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" :type model_type: str :param key: The value to assign to the key property of this DataAssetFromAdwcDetails. :type key: str :param model_version: The value to assign to the model_version property of this DataAssetFromAdwcDetails. :type model_version: str :param name: The value to assign to the name property of this DataAssetFromAdwcDetails. :type name: str :param description: The value to assign to the description property of this DataAssetFromAdwcDetails. :type description: str :param object_status: The value to assign to the object_status property of this DataAssetFromAdwcDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this DataAssetFromAdwcDetails. :type identifier: str :param external_key: The value to assign to the external_key property of this DataAssetFromAdwcDetails. :type external_key: str :param asset_properties: The value to assign to the asset_properties property of this DataAssetFromAdwcDetails. :type asset_properties: dict(str, str) :param native_type_system: The value to assign to the native_type_system property of this DataAssetFromAdwcDetails. :type native_type_system: oci.data_integration.models.TypeSystem :param object_version: The value to assign to the object_version property of this DataAssetFromAdwcDetails. :type object_version: int :param parent_ref: The value to assign to the parent_ref property of this DataAssetFromAdwcDetails. :type parent_ref: oci.data_integration.models.ParentReference :param metadata: The value to assign to the metadata property of this DataAssetFromAdwcDetails. :type metadata: oci.data_integration.models.ObjectMetadata :param key_map: The value to assign to the key_map property of this DataAssetFromAdwcDetails. :type key_map: dict(str, str) :param service_name: The value to assign to the service_name property of this DataAssetFromAdwcDetails. :type service_name: str :param service_names: The value to assign to the service_names property of this DataAssetFromAdwcDetails. :type service_names: list[str] :param driver_class: The value to assign to the driver_class property of this DataAssetFromAdwcDetails. :type driver_class: str :param default_connection: The value to assign to the default_connection property of this DataAssetFromAdwcDetails. :type default_connection: oci.data_integration.models.ConnectionFromAdwcDetails :param staging_data_asset: The value to assign to the staging_data_asset property of this DataAssetFromAdwcDetails. :type staging_data_asset: oci.data_integration.models.DataAsset :param staging_connection: The value to assign to the staging_connection property of this DataAssetFromAdwcDetails. :type staging_connection: oci.data_integration.models.Connection :param bucket_schema: The value to assign to the bucket_schema property of this DataAssetFromAdwcDetails. :type bucket_schema: oci.data_integration.models.Schema �str�intzdict(str, str)� TypeSystem�ParentReference�ObjectMetadataz list[str]�ConnectionFromAdwcDetailsr � Connection�Schema)� model_type�key� model_version�name�description� object_status� identifier�external_key�asset_properties�native_type_system�object_version� parent_ref�metadata�key_map�service_name� service_names�driver_class�default_connection�staging_data_asset�staging_connection� bucket_schema� modelTyper �modelVersionr r �objectStatusr �externalKey�assetProperties�nativeTypeSystem� objectVersion� parentRefr �keyMap�serviceName�serviceNames�driverClass�defaultConnection�stagingDataAsset�stagingConnection�bucketSchemaN�ORACLE_ADWC_DATA_ASSET)� swagger_types� attribute_map�_model_type�_key�_model_version�_name�_description�_object_status�_identifier� _external_key�_asset_properties�_native_type_system�_object_version�_parent_ref� _metadata�_key_map� _service_name�_service_names� _driver_class�_default_connection�_staging_data_asset�_staging_connection�_bucket_schema)�self�kwargs� rP ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/data_asset_from_adwc_details.py�__init__ s� ]��z!DataAssetFromAdwcDetails.__init__c C s | j S )z� Gets the service_name of this DataAssetFromAdwcDetails. The Autonomous Data Warehouse instance service name. :return: The service_name of this DataAssetFromAdwcDetails. :rtype: str �rG �rN rP rP rQ r � s z%DataAssetFromAdwcDetails.service_namec C s || _ dS )z� Sets the service_name of this DataAssetFromAdwcDetails. The Autonomous Data Warehouse instance service name. :param service_name: The service_name of this DataAssetFromAdwcDetails. :type: str NrS )rN r rP rP rQ r � s c C s | j S )a Gets the service_names of this DataAssetFromAdwcDetails. Array of service names that are available for selection in the serviceName property. :return: The service_names of this DataAssetFromAdwcDetails. :rtype: list[str] �rH rT rP rP rQ r � s z&DataAssetFromAdwcDetails.service_namesc C s || _ dS )a Sets the service_names of this DataAssetFromAdwcDetails. Array of service names that are available for selection in the serviceName property. :param service_names: The service_names of this DataAssetFromAdwcDetails. :type: list[str] NrU )rN r rP rP rQ r � s c C s | j S )z� Gets the driver_class of this DataAssetFromAdwcDetails. The Autonomous Data Warehouse driver class. :return: The driver_class of this DataAssetFromAdwcDetails. :rtype: str �rI rT rP rP rQ r! � s z%DataAssetFromAdwcDetails.driver_classc C s || _ dS )z� Sets the driver_class of this DataAssetFromAdwcDetails. The Autonomous Data Warehouse driver class. :param driver_class: The driver_class of this DataAssetFromAdwcDetails. :type: str NrV )rN r! rP rP rQ r! � s c C s | j S )z� Gets the default_connection of this DataAssetFromAdwcDetails. :return: The default_connection of this DataAssetFromAdwcDetails. :rtype: oci.data_integration.models.ConnectionFromAdwcDetails �rJ rT rP rP rQ r"