📂 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
›
golden_gate
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/golden_gate/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_snowflake_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 dd� Zdd� Zdd� ZdS ) � CreateSnowflakeConnectionDetailsz; The information about a new Snowflake Connection. c K s� dddddddddddddddddddd�| _ ddd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS )ag Initializes a new CreateSnowflakeConnectionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.golden_gate.models.CreateSnowflakeConnectionDetails.connection_type` attribute of this class is ``SNOWFLAKE`` 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 CreateSnowflakeConnectionDetails. Allowed values for this property are: "GOLDENGATE", "KAFKA", "KAFKA_SCHEMA_REGISTRY", "MYSQL", "JAVA_MESSAGE_SERVICE", "MICROSOFT_SQLSERVER", "OCI_OBJECT_STORAGE", "ORACLE", "AZURE_DATA_LAKE_STORAGE", "POSTGRESQL", "AZURE_SYNAPSE_ANALYTICS", "SNOWFLAKE", "AMAZON_S3", "HDFS", "ORACLE_NOSQL", "MONGODB", "AMAZON_KINESIS", "AMAZON_REDSHIFT", "DB2", "REDIS", "ELASTICSEARCH", "GENERIC", "GOOGLE_CLOUD_STORAGE", "GOOGLE_BIGQUERY" :type connection_type: str :param display_name: The value to assign to the display_name property of this CreateSnowflakeConnectionDetails. :type display_name: str :param description: The value to assign to the description property of this CreateSnowflakeConnectionDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateSnowflakeConnectionDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateSnowflakeConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSnowflakeConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this CreateSnowflakeConnectionDetails. :type locks: list[oci.golden_gate.models.AddResourceLockDetails] :param vault_id: The value to assign to the vault_id property of this CreateSnowflakeConnectionDetails. :type vault_id: str :param key_id: The value to assign to the key_id property of this CreateSnowflakeConnectionDetails. :type key_id: str :param nsg_ids: The value to assign to the nsg_ids property of this CreateSnowflakeConnectionDetails. :type nsg_ids: list[str] :param subnet_id: The value to assign to the subnet_id property of this CreateSnowflakeConnectionDetails. :type subnet_id: str :param routing_method: The value to assign to the routing_method property of this CreateSnowflakeConnectionDetails. Allowed values for this property are: "SHARED_SERVICE_ENDPOINT", "SHARED_DEPLOYMENT_ENDPOINT", "DEDICATED_ENDPOINT" :type routing_method: str :param technology_type: The value to assign to the technology_type property of this CreateSnowflakeConnectionDetails. :type technology_type: str :param connection_url: The value to assign to the connection_url property of this CreateSnowflakeConnectionDetails. :type connection_url: str :param authentication_type: The value to assign to the authentication_type property of this CreateSnowflakeConnectionDetails. :type authentication_type: str :param username: The value to assign to the username property of this CreateSnowflakeConnectionDetails. :type username: str :param password: The value to assign to the password property of this CreateSnowflakeConnectionDetails. :type password: str :param private_key_file: The value to assign to the private_key_file property of this CreateSnowflakeConnectionDetails. :type private_key_file: str :param private_key_passphrase: The value to assign to the private_key_passphrase property of this CreateSnowflakeConnectionDetails. :type private_key_passphrase: str �strzdict(str, str)zdict(str, dict(str, object))zlist[AddResourceLockDetails]z list[str])Zconnection_typeZdisplay_name�descriptionZcompartment_idZ freeform_tagsZdefined_tags�locksZvault_idZkey_idZnsg_idsZ subnet_idZrouting_method�technology_type�connection_url�authentication_type�username�password�private_key_file�private_key_passphraseZconnectionTypeZdisplayNamer Z compartmentIdZfreeformTagsZdefinedTagsr ZvaultIdZkeyIdZnsgIdsZsubnetIdZ routingMethodZtechnologyTypeZ connectionUrlZauthenticationTyper r ZprivateKeyFileZprivateKeyPassphraseNZ SNOWFLAKE)Z swagger_typesZ attribute_mapZ_connection_typeZ _display_nameZ_descriptionZ_compartment_idZ_freeform_tagsZ _defined_tagsZ_locksZ _vault_idZ_key_idZ_nsg_idsZ _subnet_idZ_routing_method�_technology_type�_connection_url�_authentication_type� _username� _password�_private_key_file�_private_key_passphrase)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/golden_gate/models/create_snowflake_connection_details.py�__init__ sx V��z)CreateSnowflakeConnectionDetails.__init__c C s | j S )z� **[Required]** Gets the technology_type of this CreateSnowflakeConnectionDetails. The Snowflake technology type. :return: The technology_type of this CreateSnowflakeConnectionDetails. :rtype: str �r �r r r r r � s z0CreateSnowflakeConnectionDetails.technology_typec C s || _ dS )z� Sets the technology_type of this CreateSnowflakeConnectionDetails. The Snowflake technology type. :param technology_type: The technology_type of this CreateSnowflakeConnectionDetails. :type: str Nr )r r r r r r � s c C s | j S )aS **[Required]** Gets the connection_url of this CreateSnowflakeConnectionDetails. JDBC connection URL. e.g.: 'jdbc:snowflake://<account_name>.snowflakecomputing.com/?warehouse=<warehouse-name>&db=<db-name>' :return: The connection_url of this CreateSnowflakeConnectionDetails. :rtype: str �r r r r r r � s z/CreateSnowflakeConnectionDetails.connection_urlc C s || _ dS )aQ Sets the connection_url of this CreateSnowflakeConnectionDetails. JDBC connection URL. e.g.: 'jdbc:snowflake://<account_name>.snowflakecomputing.com/?warehouse=<warehouse-name>&db=<db-name>' :param connection_url: The connection_url of this CreateSnowflakeConnectionDetails. :type: str Nr! )r r r r r r � s c C s | j S )a **[Required]** Gets the authentication_type of this CreateSnowflakeConnectionDetails. Used authentication mechanism to access Snowflake. :return: The authentication_type of this CreateSnowflakeConnectionDetails. :rtype: str �r r r r r r � s z4CreateSnowflakeConnectionDetails.authentication_typec C s || _ dS )a Sets the authentication_type of this CreateSnowflakeConnectionDetails. Used authentication mechanism to access Snowflake. :param authentication_type: The authentication_type of this CreateSnowflakeConnectionDetails. :type: str Nr"