📂 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_connection_from_adwc.cpython-39.pyc
a ���fL% � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateConnectionDetails� )�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� �Zdd� Zdd� Z dd� ZdS )�CreateConnectionFromAdwczS The details to create an Autonomous Data Warehouse data asset connection. c K s� dddddddddddddddd�| _ d d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a3 Initializes a new CreateConnectionFromAdwc object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.CreateConnectionFromAdwc.model_type` attribute of this class is ``ORACLE_ADWC_CONNECTION`` 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 CreateConnectionFromAdwc. Allowed values for this property are: "ORACLE_ADWC_CONNECTION", "ORACLE_ATP_CONNECTION", "ORACLE_OBJECT_STORAGE_CONNECTION", "ORACLEDB_CONNECTION", "MYSQL_CONNECTION", "GENERIC_JDBC_CONNECTION", "BICC_CONNECTION", "AMAZON_S3_CONNECTION", "BIP_CONNECTION", "LAKE_CONNECTION", "ORACLE_PEOPLESOFT_CONNECTION", "ORACLE_EBS_CONNECTION", "ORACLE_SIEBEL_CONNECTION", "HDFS_CONNECTION", "MYSQL_HEATWAVE_CONNECTION", "REST_NO_AUTH_CONNECTION", "REST_BASIC_AUTH_CONNECTION", "OAUTH2_CONNECTION" :type model_type: str :param key: The value to assign to the key property of this CreateConnectionFromAdwc. :type key: str :param model_version: The value to assign to the model_version property of this CreateConnectionFromAdwc. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this CreateConnectionFromAdwc. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this CreateConnectionFromAdwc. :type name: str :param description: The value to assign to the description property of this CreateConnectionFromAdwc. :type description: str :param object_status: The value to assign to the object_status property of this CreateConnectionFromAdwc. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateConnectionFromAdwc. :type identifier: str :param connection_properties: The value to assign to the connection_properties property of this CreateConnectionFromAdwc. :type connection_properties: list[oci.data_integration.models.ConnectionProperty] :param registry_metadata: The value to assign to the registry_metadata property of this CreateConnectionFromAdwc. :type registry_metadata: oci.data_integration.models.RegistryMetadata :param tns_alias: The value to assign to the tns_alias property of this CreateConnectionFromAdwc. :type tns_alias: str :param tns_names: The value to assign to the tns_names property of this CreateConnectionFromAdwc. :type tns_names: list[str] :param username: The value to assign to the username property of this CreateConnectionFromAdwc. :type username: str :param password: The value to assign to the password property of this CreateConnectionFromAdwc. :type password: str :param password_secret: The value to assign to the password_secret property of this CreateConnectionFromAdwc. :type password_secret: oci.data_integration.models.SensitiveAttribute �strZParentReference�intzlist[ConnectionProperty]ZRegistryMetadataz list[str]ZSensitiveAttribute)Z model_type�keyZ model_versionZ parent_ref�name�descriptionZ object_status� identifierZconnection_propertiesZregistry_metadata� tns_alias� tns_names�username�password�password_secretZ modelTyper ZmodelVersionZ parentRefr r ZobjectStatusr ZconnectionPropertiesZregistryMetadataZtnsAliasZtnsNamesr r ZpasswordSecretNZORACLE_ADWC_CONNECTION)Z swagger_typesZ attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_ref�_nameZ_descriptionZ_object_statusZ_identifierZ_connection_propertiesZ_registry_metadata� _tns_alias� _tns_names� _username� _password�_password_secret)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/data_integration/models/create_connection_from_adwc.py�__init__ s` E��z!CreateConnectionFromAdwc.__init__c C s | j S )z� Gets the tns_alias of this CreateConnectionFromAdwc. The Autonomous Data Warehouse instance service name. :return: The tns_alias of this CreateConnectionFromAdwc. :rtype: str �r �r r r r r � s z"CreateConnectionFromAdwc.tns_aliasc C s || _ dS )z� Sets the tns_alias of this CreateConnectionFromAdwc. The Autonomous Data Warehouse instance service name. :param tns_alias: The tns_alias of this CreateConnectionFromAdwc. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the tns_names of this CreateConnectionFromAdwc. Array of service names that are available for selection in the tnsAlias property. :return: The tns_names of this CreateConnectionFromAdwc. :rtype: list[str] �r r r r r r � s z"CreateConnectionFromAdwc.tns_namesc C s || _ dS )a Sets the tns_names of this CreateConnectionFromAdwc. Array of service names that are available for selection in the tnsAlias property. :param tns_names: The tns_names of this CreateConnectionFromAdwc. :type: list[str] Nr! )r r r r r r � s c C s | j S )z� Gets the username of this CreateConnectionFromAdwc. The user name for the connection. :return: The username of this CreateConnectionFromAdwc. :rtype: str �r r r r r r � s z!CreateConnectionFromAdwc.usernamec C s || _ dS )z� Sets the username of this CreateConnectionFromAdwc. The user name for the connection. :param username: The username of this CreateConnectionFromAdwc. :type: str Nr"