📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: external_database_connection_info.cpython-39.opt-1.pyc
a ���fW � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ExternalDbSystemConnectionInfo� )�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 d d� Z dd� Zdd� ZdS )�ExternalDatabaseConnectionInfoz� The details required to connect to an external Oracle Database. It takes either connectionCredentials or databaseCredential. It's recommended to provide databaseCredential c K sB ddddd�| _ dddd d�| _d | _d | _d | _d | _d| _d S )aT Initializes a new ExternalDatabaseConnectionInfo object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.ExternalDatabaseConnectionInfo.component_type` attribute of this class is ``DATABASE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param component_type: The value to assign to the component_type property of this ExternalDatabaseConnectionInfo. Allowed values for this property are: "DATABASE", "ASM" :type component_type: str :param connection_string: The value to assign to the connection_string property of this ExternalDatabaseConnectionInfo. :type connection_string: oci.database_management.models.DatabaseConnectionString :param connection_credentials: The value to assign to the connection_credentials property of this ExternalDatabaseConnectionInfo. :type connection_credentials: oci.database_management.models.DatabaseConnectionCredentials :param database_credential: The value to assign to the database_credential property of this ExternalDatabaseConnectionInfo. :type database_credential: oci.database_management.models.DatabaseCredentialDetails �strZDatabaseConnectionStringZDatabaseConnectionCredentialsZDatabaseCredentialDetails)Zcomponent_type�connection_string�connection_credentials�database_credentialZ componentTypeZconnectionStringZconnectionCredentialsZdatabaseCredentialNZDATABASE)Z swagger_typesZ attribute_mapZ_component_type�_connection_string�_connection_credentials�_database_credential)�self�kwargs� r �d/usr/lib/python3.9/site-packages/oci/database_management/models/external_database_connection_info.py�__init__ s ��z'ExternalDatabaseConnectionInfo.__init__c C s | j S )z� **[Required]** Gets the connection_string of this ExternalDatabaseConnectionInfo. :return: The connection_string of this ExternalDatabaseConnectionInfo. :rtype: oci.database_management.models.DatabaseConnectionString �r �r r r r r ? s z0ExternalDatabaseConnectionInfo.connection_stringc C s || _ dS )z� Sets the connection_string of this ExternalDatabaseConnectionInfo. :param connection_string: The connection_string of this ExternalDatabaseConnectionInfo. :type: oci.database_management.models.DatabaseConnectionString Nr )r r r r r r I s c C s | j S )z� Gets the connection_credentials of this ExternalDatabaseConnectionInfo. :return: The connection_credentials of this ExternalDatabaseConnectionInfo. :rtype: oci.database_management.models.DatabaseConnectionCredentials �r r r r r r S s z5ExternalDatabaseConnectionInfo.connection_credentialsc C s || _ dS )a Sets the connection_credentials of this ExternalDatabaseConnectionInfo. :param connection_credentials: The connection_credentials of this ExternalDatabaseConnectionInfo. :type: oci.database_management.models.DatabaseConnectionCredentials Nr )r r r r r r ] s c C s | j S )z� Gets the database_credential of this ExternalDatabaseConnectionInfo. :return: The database_credential of this ExternalDatabaseConnectionInfo. :rtype: oci.database_management.models.DatabaseCredentialDetails �r r r r r r g s z2ExternalDatabaseConnectionInfo.database_credentialc C s || _ dS )a Sets the database_credential of this ExternalDatabaseConnectionInfo. :param database_credential: The database_credential of this ExternalDatabaseConnectionInfo. :type: oci.database_management.models.DatabaseCredentialDetails Nr )r r r r r r q s c C s t | �S �N)r r r r r �__repr__{ s z'ExternalDatabaseConnectionInfo.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__~ s z%ExternalDatabaseConnectionInfo.__eq__c C s | |k S r r r r r r �__ne__� s z%ExternalDatabaseConnectionInfo.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"