📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_data_asset_details.cpython-39.opt-1.pyc
a ���fRI � @ 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 dZd ZdZdZdZdd� Zedd� �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.� �Z e jd/d.� �Z ed0d1� �Z!e!jd2d1� �Z!d3d4� Z"d5d6� Z#d7d8� Z$d9S ):�CreateDataAssetDetailsz: Properties used in data asset update operations. �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_DATA_ASSET�ORACLE_PEOPLESOFT_DATA_ASSET�ORACLE_SIEBEL_DATA_ASSET�ORACLE_EBS_DATA_ASSET�HDFS_DATA_ASSET�MYSQL_HEATWAVE_DATA_ASSET�REST_DATA_ASSETc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new CreateDataAssetDetails 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.CreateDataAssetFromHdfs` * :class:`~oci.data_integration.models.CreateDataAssetFromLake` * :class:`~oci.data_integration.models.CreateDataAssetFromMySqlHeatWave` * :class:`~oci.data_integration.models.CreateDataAssetFromAmazonS3` * :class:`~oci.data_integration.models.CreateDataAssetFromRest` * :class:`~oci.data_integration.models.CreateDataAssetFromOracleSiebel` * :class:`~oci.data_integration.models.CreateDataAssetFromJdbc` * :class:`~oci.data_integration.models.CreateDataAssetFromMySQL` * :class:`~oci.data_integration.models.CreateDataAssetFromOracle` * :class:`~oci.data_integration.models.CreateDataAssetFromAdwc` * :class:`~oci.data_integration.models.CreateDataAssetFromOracleEbs` * :class:`~oci.data_integration.models.CreateDataAssetFromOraclePeopleSoft` * :class:`~oci.data_integration.models.CreateDataAssetFromFusionApp` * :class:`~oci.data_integration.models.CreateDataAssetFromAtp` * :class:`~oci.data_integration.models.CreateDataAssetFromObjectStorage` 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 CreateDataAssetDetails. 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_DATA_ASSET", "ORACLE_PEOPLESOFT_DATA_ASSET", "ORACLE_SIEBEL_DATA_ASSET", "ORACLE_EBS_DATA_ASSET", "HDFS_DATA_ASSET", "MYSQL_HEATWAVE_DATA_ASSET", "REST_DATA_ASSET" :type model_type: str :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 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 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 registry_metadata: The value to assign to the registry_metadata property of this CreateDataAssetDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �str�intzdict(str, str)ZRegistryMetadata) � model_type�key� model_version�name�description� object_status� identifier�external_key�asset_properties�registry_metadata� modelTyper ZmodelVersionr r ZobjectStatusr ZexternalKeyZassetPropertiesZregistryMetadataN)Z swagger_typesZ attribute_map�_model_type�_key�_model_version�_name�_description�_object_status�_identifier� _external_key�_asset_properties�_registry_metadata)�self�kwargs� r/ �Y/usr/lib/python3.9/site-packages/oci/data_integration/models/create_data_asset_details.py�__init__N s@ B�� zCreateDataAssetDetails.__init__c C s� | d }|dkrdS |dkr dS |dkr,dS |dkr8d S |d krDdS |dkrPd S |dkr\dS |dkrhdS |dkrtdS |dkr�dS |dkr�dS |dkr�dS |dkr�dS |dkr�dS |dkr�dS d S d!S )"z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r"