📂 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: update_data_asset_from_oracle.cpython-39.pyc
a ���f�4 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateDataAssetDetails� )�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� �Zdd � Zd!d"� Zd#d$� Zd%S )&�UpdateDataAssetFromOraclez: Details for the Oracle Database data asset type. c K s� ddddddddddddddddddddd�| _ dd d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a= Initializes a new UpdateDataAssetFromOracle object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.UpdateDataAssetFromOracle.model_type` attribute of this class is ``ORACLE_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 UpdateDataAssetFromOracle. 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 UpdateDataAssetFromOracle. :type key: str :param model_version: The value to assign to the model_version property of this UpdateDataAssetFromOracle. :type model_version: str :param name: The value to assign to the name property of this UpdateDataAssetFromOracle. :type name: str :param description: The value to assign to the description property of this UpdateDataAssetFromOracle. :type description: str :param object_status: The value to assign to the object_status property of this UpdateDataAssetFromOracle. :type object_status: int :param object_version: The value to assign to the object_version property of this UpdateDataAssetFromOracle. :type object_version: int :param identifier: The value to assign to the identifier property of this UpdateDataAssetFromOracle. :type identifier: str :param external_key: The value to assign to the external_key property of this UpdateDataAssetFromOracle. :type external_key: str :param asset_properties: The value to assign to the asset_properties property of this UpdateDataAssetFromOracle. :type asset_properties: dict(str, str) :param registry_metadata: The value to assign to the registry_metadata property of this UpdateDataAssetFromOracle. :type registry_metadata: oci.data_integration.models.RegistryMetadata :param host: The value to assign to the host property of this UpdateDataAssetFromOracle. :type host: str :param port: The value to assign to the port property of this UpdateDataAssetFromOracle. :type port: str :param service_name: The value to assign to the service_name property of this UpdateDataAssetFromOracle. :type service_name: str :param driver_class: The value to assign to the driver_class property of this UpdateDataAssetFromOracle. :type driver_class: str :param sid: The value to assign to the sid property of this UpdateDataAssetFromOracle. :type sid: str :param credential_file_content: The value to assign to the credential_file_content property of this UpdateDataAssetFromOracle. :type credential_file_content: str :param wallet_secret: The value to assign to the wallet_secret property of this UpdateDataAssetFromOracle. :type wallet_secret: oci.data_integration.models.SensitiveAttribute :param wallet_password_secret: The value to assign to the wallet_password_secret property of this UpdateDataAssetFromOracle. :type wallet_password_secret: oci.data_integration.models.SensitiveAttribute :param default_connection: The value to assign to the default_connection property of this UpdateDataAssetFromOracle. :type default_connection: oci.data_integration.models.UpdateConnectionFromOracle �str�intzdict(str, str)ZRegistryMetadataZSensitiveAttributeZUpdateConnectionFromOracle)Z model_type�keyZ model_version�name�descriptionZ object_statusZobject_version� identifierZexternal_keyZasset_propertiesZregistry_metadata�host�port�service_name�driver_class�sid�credential_file_content� wallet_secret�wallet_password_secret�default_connectionZ modelTyper ZmodelVersionr r ZobjectStatusZ objectVersionr ZexternalKeyZassetPropertiesZregistryMetadatar r ZserviceNameZdriverClassr ZcredentialFileContentZwalletSecretZwalletPasswordSecretZdefaultConnectionNZORACLE_DATA_ASSET)Z swagger_typesZ attribute_mapZ_model_typeZ_keyZ_model_version�_nameZ_descriptionZ_object_statusZ_object_versionZ_identifierZ _external_keyZ_asset_propertiesZ_registry_metadata�_host�_port� _service_name� _driver_class�_sid�_credential_file_content�_wallet_secret�_wallet_password_secret�_default_connection)�self�kwargs� r$ �]/usr/lib/python3.9/site-packages/oci/data_integration/models/update_data_asset_from_oracle.py�__init__ s~ Y��z"UpdateDataAssetFromOracle.__init__c C s | j S )z� Gets the host of this UpdateDataAssetFromOracle. The Oracle Database hostname. :return: The host of this UpdateDataAssetFromOracle. :rtype: str �r �r"