📂 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: create_oracle_connection_details.cpython-39.pyc
a ���f�3 � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreateOracleConnectionDetailszA The information about a new Oracle Database Connection. c K s� ddddddddddddddddddddddd�| _ dddd d ddd ddddddddddddddd�| _d| _d| _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 CreateOracleConnectionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_migration.models.CreateOracleConnectionDetails.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 CreateOracleConnectionDetails. 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 CreateOracleConnectionDetails. :type display_name: str :param description: The value to assign to the description property of this CreateOracleConnectionDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateOracleConnectionDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateOracleConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOracleConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param vault_id: The value to assign to the vault_id property of this CreateOracleConnectionDetails. :type vault_id: str :param key_id: The value to assign to the key_id property of this CreateOracleConnectionDetails. :type key_id: str :param subnet_id: The value to assign to the subnet_id property of this CreateOracleConnectionDetails. :type subnet_id: str :param nsg_ids: The value to assign to the nsg_ids property of this CreateOracleConnectionDetails. :type nsg_ids: list[str] :param username: The value to assign to the username property of this CreateOracleConnectionDetails. :type username: str :param password: The value to assign to the password property of this CreateOracleConnectionDetails. :type password: str :param replication_username: The value to assign to the replication_username property of this CreateOracleConnectionDetails. :type replication_username: str :param replication_password: The value to assign to the replication_password property of this CreateOracleConnectionDetails. :type replication_password: str :param technology_type: The value to assign to the technology_type property of this CreateOracleConnectionDetails. :type technology_type: str :param connection_string: The value to assign to the connection_string property of this CreateOracleConnectionDetails. :type connection_string: str :param wallet: The value to assign to the wallet property of this CreateOracleConnectionDetails. :type wallet: str :param database_id: The value to assign to the database_id property of this CreateOracleConnectionDetails. :type database_id: str :param ssh_host: The value to assign to the ssh_host property of this CreateOracleConnectionDetails. :type ssh_host: str :param ssh_key: The value to assign to the ssh_key property of this CreateOracleConnectionDetails. :type ssh_key: str :param ssh_user: The value to assign to the ssh_user property of this CreateOracleConnectionDetails. :type ssh_user: str :param ssh_sudo_location: The value to assign to the ssh_sudo_location property of this CreateOracleConnectionDetails. :type ssh_sudo_location: str �strzdict(str, str)zdict(str, dict(str, object))z list[str])Zconnection_typeZdisplay_name�descriptionZcompartment_idZ freeform_tagsZdefined_tagsZvault_idZkey_idZ subnet_idZnsg_ids�username�passwordZreplication_usernameZreplication_password�technology_type�connection_string�wallet�database_id�ssh_host�ssh_key�ssh_user�ssh_sudo_locationZconnectionTypeZdisplayNamer Z compartmentIdZfreeformTagsZdefinedTagsZvaultIdZkeyIdZsubnetIdZnsgIdsr r ZreplicationUsernameZreplicationPasswordZtechnologyTypeZconnectionStringr Z databaseIdZsshHostZsshKeyZsshUserZsshSudoLocationNZORACLE)Z swagger_typesZ attribute_mapZ_connection_typeZ _display_nameZ_descriptionZ_compartment_idZ_freeform_tagsZ _defined_tagsZ _vault_idZ_key_idZ _subnet_idZ_nsg_idsZ _usernameZ _passwordZ_replication_usernameZ_replication_password�_technology_type�_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/create_oracle_connection_details.py�__init__ s� a��z&CreateOracleConnectionDetails.__init__c C s | j S )z� **[Required]** Gets the technology_type of this CreateOracleConnectionDetails. The Oracle technology type. :return: The technology_type of this CreateOracleConnectionDetails. :rtype: str �r �r r r r r � s z-CreateOracleConnectionDetails.technology_typec C s || _ dS )z� Sets the technology_type of this CreateOracleConnectionDetails. The Oracle technology type. :param technology_type: The technology_type of this CreateOracleConnectionDetails. :type: str Nr"