📂 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_summary_from_oracle.pyc
a N��f�6 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DataAssetSummary� )�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 )&�DataAssetSummaryFromOraclezB Summary details for the Oracle Database data asset type. c K s� ddddddddddddddddddddddd �| _ d ddd 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 S )"aM Initializes a new DataAssetSummaryFromOracle object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.DataAssetSummaryFromOracle.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 DataAssetSummaryFromOracle. 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 DataAssetSummaryFromOracle. :type key: str :param model_version: The value to assign to the model_version property of this DataAssetSummaryFromOracle. :type model_version: str :param name: The value to assign to the name property of this DataAssetSummaryFromOracle. :type name: str :param description: The value to assign to the description property of this DataAssetSummaryFromOracle. :type description: str :param object_status: The value to assign to the object_status property of this DataAssetSummaryFromOracle. :type object_status: int :param identifier: The value to assign to the identifier property of this DataAssetSummaryFromOracle. :type identifier: str :param external_key: The value to assign to the external_key property of this DataAssetSummaryFromOracle. :type external_key: str :param asset_properties: The value to assign to the asset_properties property of this DataAssetSummaryFromOracle. :type asset_properties: dict(str, str) :param native_type_system: The value to assign to the native_type_system property of this DataAssetSummaryFromOracle. :type native_type_system: oci.data_integration.models.TypeSystem :param object_version: The value to assign to the object_version property of this DataAssetSummaryFromOracle. :type object_version: int :param parent_ref: The value to assign to the parent_ref property of this DataAssetSummaryFromOracle. :type parent_ref: oci.data_integration.models.ParentReference :param metadata: The value to assign to the metadata property of this DataAssetSummaryFromOracle. :type metadata: oci.data_integration.models.ObjectMetadata :param host: The value to assign to the host property of this DataAssetSummaryFromOracle. :type host: str :param port: The value to assign to the port property of this DataAssetSummaryFromOracle. :type port: str :param service_name: The value to assign to the service_name property of this DataAssetSummaryFromOracle. :type service_name: str :param driver_class: The value to assign to the driver_class property of this DataAssetSummaryFromOracle. :type driver_class: str :param sid: The value to assign to the sid property of this DataAssetSummaryFromOracle. :type sid: str :param credential_file_content: The value to assign to the credential_file_content property of this DataAssetSummaryFromOracle. :type credential_file_content: str :param wallet_secret: The value to assign to the wallet_secret property of this DataAssetSummaryFromOracle. :type wallet_secret: oci.data_integration.models.SensitiveAttribute :param wallet_password_secret: The value to assign to the wallet_password_secret property of this DataAssetSummaryFromOracle. :type wallet_password_secret: oci.data_integration.models.SensitiveAttribute :param default_connection: The value to assign to the default_connection property of this DataAssetSummaryFromOracle. :type default_connection: oci.data_integration.models.ConnectionSummaryFromOracle �str�intzdict(str, str)� TypeSystem�ParentReference�ObjectMetadata�SensitiveAttribute�ConnectionSummaryFromOracle)� model_type�key� model_version�name�description� object_status� identifier�external_key�asset_properties�native_type_system�object_version� parent_ref�metadata�host�port�service_name�driver_class�sid�credential_file_content� wallet_secret�wallet_password_secret�default_connection� modelTyper �modelVersionr r �objectStatusr �externalKey�assetProperties�nativeTypeSystem� objectVersion� parentRefr r r �serviceName�driverClassr! �credentialFileContent�walletSecret�walletPasswordSecret�defaultConnectionN�ORACLE_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�_host�_port� _service_name� _driver_class�_sid�_credential_file_content�_wallet_secret�_wallet_password_secret�_default_connection)�self�kwargs� rO ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/data_asset_summary_from_oracle.py�__init__ s� a��z#DataAssetSummaryFromOracle.__init__c C s | j S )z� Gets the host of this DataAssetSummaryFromOracle. The Oracle Database hostname. :return: The host of this DataAssetSummaryFromOracle. :rtype: str �rD �rM rO rO rP r � s zDataAssetSummaryFromOracle.hostc C s || _ dS )z� Sets the host of this DataAssetSummaryFromOracle. The Oracle Database hostname. :param host: The host of this DataAssetSummaryFromOracle. :type: str NrR )rM r rO rO rP r � s c C s | j S )z� Gets the port of this DataAssetSummaryFromOracle. The Oracle Database port. :return: The port of this DataAssetSummaryFromOracle. :rtype: str �rE rS rO rO rP r � s zDataAssetSummaryFromOracle.portc C s || _ dS )z� Sets the port of this DataAssetSummaryFromOracle. The Oracle Database port. :param port: The port of this DataAssetSummaryFromOracle. :type: str NrT )rM r rO rO rP r � s c C s | j S )z� Gets the service_name of this DataAssetSummaryFromOracle. The Oracle Database service name. :return: The service_name of this DataAssetSummaryFromOracle. :rtype: str �rF rS rO rO rP r � s z'DataAssetSummaryFromOracle.service_namec C s || _ dS )z� Sets the service_name of this DataAssetSummaryFromOracle. The Oracle Database service name. :param service_name: The service_name of this DataAssetSummaryFromOracle. :type: str NrU )rM r rO rO rP r � s c C s | j S )z� Gets the driver_class of this DataAssetSummaryFromOracle. The Oracle Database driver class. :return: The driver_class of this DataAssetSummaryFromOracle. :rtype: str �rG rS rO rO rP r s z'DataAssetSummaryFromOracle.driver_classc C s || _ dS )z� Sets the driver_class of this DataAssetSummaryFromOracle. The Oracle Database driver class. :param driver_class: The driver_class of this DataAssetSummaryFromOracle. :type: str NrV )rM r rO rO rP r s c C s | j S )z� Gets the sid of this DataAssetSummaryFromOracle. The Oracle Database SID. :return: The sid of this DataAssetSummaryFromOracle. :rtype: str �rH rS rO rO rP r! s zDataAssetSummaryFromOracle.sidc C s || _ dS )z� Sets the sid of this DataAssetSummaryFromOracle. The Oracle Database SID. :param sid: The sid of this DataAssetSummaryFromOracle. :type: str NrW )rM r! rO rO rP r! & s c C s | j S )a Gets the credential_file_content of this DataAssetSummaryFromOracle. The credential file content from a wallet for the data asset. :return: The credential_file_content of this DataAssetSummaryFromOracle. :rtype: str �rI rS rO rO rP r"