📂 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_migration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_migration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_oracle_connection_details.cpython-39.pyc
a ���f�. � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateConnectionDetails� )�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 dd� Zdd� Zdd� ZdS ) �UpdateOracleConnectionDetailszB The information to update an Oracle Database Connection. c K s� ddddddddddddddddddddd�| _ dddd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )ay Initializes a new UpdateOracleConnectionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_migration.models.UpdateOracleConnectionDetails.connection_type` attribute of this class is ``ORACLE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param connection_type: The value to assign to the connection_type property of this UpdateOracleConnectionDetails. Allowed values for this property are: "MYSQL", "ORACLE" :type connection_type: str :param display_name: The value to assign to the display_name property of this UpdateOracleConnectionDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateOracleConnectionDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateOracleConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateOracleConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param vault_id: The value to assign to the vault_id property of this UpdateOracleConnectionDetails. :type vault_id: str :param key_id: The value to assign to the key_id property of this UpdateOracleConnectionDetails. :type key_id: str :param subnet_id: The value to assign to the subnet_id property of this UpdateOracleConnectionDetails. :type subnet_id: str :param nsg_ids: The value to assign to the nsg_ids property of this UpdateOracleConnectionDetails. :type nsg_ids: list[str] :param username: The value to assign to the username property of this UpdateOracleConnectionDetails. :type username: str :param password: The value to assign to the password property of this UpdateOracleConnectionDetails. :type password: str :param replication_username: The value to assign to the replication_username property of this UpdateOracleConnectionDetails. :type replication_username: str :param replication_password: The value to assign to the replication_password property of this UpdateOracleConnectionDetails. :type replication_password: str :param connection_string: The value to assign to the connection_string property of this UpdateOracleConnectionDetails. :type connection_string: str :param wallet: The value to assign to the wallet property of this UpdateOracleConnectionDetails. :type wallet: str :param database_id: The value to assign to the database_id property of this UpdateOracleConnectionDetails. :type database_id: str :param ssh_host: The value to assign to the ssh_host property of this UpdateOracleConnectionDetails. :type ssh_host: str :param ssh_key: The value to assign to the ssh_key property of this UpdateOracleConnectionDetails. :type ssh_key: str :param ssh_user: The value to assign to the ssh_user property of this UpdateOracleConnectionDetails. :type ssh_user: str :param ssh_sudo_location: The value to assign to the ssh_sudo_location property of this UpdateOracleConnectionDetails. :type ssh_sudo_location: str �strzdict(str, str)zdict(str, dict(str, object))z list[str])Zconnection_typeZdisplay_name�descriptionZ freeform_tagsZdefined_tagsZvault_idZkey_idZ subnet_idZnsg_ids�username�passwordZreplication_usernameZreplication_password�connection_string�wallet�database_id�ssh_host�ssh_key�ssh_user�ssh_sudo_locationZconnectionTypeZdisplayNamer ZfreeformTagsZdefinedTagsZvaultIdZkeyIdZsubnetIdZnsgIdsr r ZreplicationUsernameZreplicationPasswordZconnectionStringr Z databaseIdZsshHostZsshKeyZsshUserZsshSudoLocationNZORACLE)Z swagger_typesZ attribute_mapZ_connection_typeZ _display_nameZ_descriptionZ_freeform_tagsZ _defined_tagsZ _vault_idZ_key_idZ _subnet_idZ_nsg_idsZ _usernameZ _passwordZ_replication_usernameZ_replication_password�_connection_string�_wallet�_database_id� _ssh_host�_ssh_key� _ssh_user�_ssh_sudo_location)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/database_migration/models/update_oracle_connection_details.py�__init__ s~ Y��z&UpdateOracleConnectionDetails.__init__c C s | j S )a Gets the connection_string of this UpdateOracleConnectionDetails. Connect descriptor or Easy Connect Naming method used to connect to a database. :return: The connection_string of this UpdateOracleConnectionDetails. :rtype: str �r �r r r r r � s z/UpdateOracleConnectionDetails.connection_stringc C s || _ dS )a Sets the connection_string of this UpdateOracleConnectionDetails. Connect descriptor or Easy Connect Naming method used to connect to a database. :param connection_string: The connection_string of this UpdateOracleConnectionDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the wallet of this UpdateOracleConnectionDetails. The wallet contents used to make connections to a database. This attribute is expected to be base64 encoded. :return: The wallet of this UpdateOracleConnectionDetails. :rtype: str �r r! r r r r � s z$UpdateOracleConnectionDetails.walletc C s || _ dS )a$ Sets the wallet of this UpdateOracleConnectionDetails. The wallet contents used to make connections to a database. This attribute is expected to be base64 encoded. :param wallet: The wallet of this UpdateOracleConnectionDetails. :type: str Nr"