📂 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_connection_details.cpython-39.pyc
a ���f�i � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdd� Ze dd � �Z!e"d!d"� �Z#e#j$d#d"� �Z#e"d$d%� �Z%e%j$d&d%� �Z%e"d'd(� �Z&e&j$d)d(� �Z&e"d*d+� �Z'e'j$d,d+� �Z'e"d-d.� �Z(e(j$d/d.� �Z(e"d0d1� �Z)e)j$d2d1� �Z)e"d3d4� �Z*e*j$d5d4� �Z*e"d6d7� �Z+e+j$d8d7� �Z+e"d9d:� �Z,e,j$d;d:� �Z,e"d<d=� �Z-e-j$d>d=� �Z-e"d?d@� �Z.e.j$dAd@� �Z.e"dBdC� �Z/e/j$dDdC� �Z/dEdF� Z0dGdH� Z1dIdJ� Z2dKS )L�CreateConnectionDetailsz1 The information about a new Connection. � 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�SHARED_SERVICE_ENDPOINT�SHARED_DEPLOYMENT_ENDPOINT�DEDICATED_ENDPOINTc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a} Initializes a new CreateConnectionDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.golden_gate.models.CreatePostgresqlConnectionDetails` * :class:`~oci.golden_gate.models.CreateKafkaSchemaRegistryConnectionDetails` * :class:`~oci.golden_gate.models.CreateMicrosoftSqlserverConnectionDetails` * :class:`~oci.golden_gate.models.CreateJavaMessageServiceConnectionDetails` * :class:`~oci.golden_gate.models.CreateGoogleBigQueryConnectionDetails` * :class:`~oci.golden_gate.models.CreateAmazonKinesisConnectionDetails` * :class:`~oci.golden_gate.models.CreateSnowflakeConnectionDetails` * :class:`~oci.golden_gate.models.CreateAzureDataLakeStorageConnectionDetails` * :class:`~oci.golden_gate.models.CreateMongoDbConnectionDetails` * :class:`~oci.golden_gate.models.CreateAmazonS3ConnectionDetails` * :class:`~oci.golden_gate.models.CreateHdfsConnectionDetails` * :class:`~oci.golden_gate.models.CreateOciObjectStorageConnectionDetails` * :class:`~oci.golden_gate.models.CreateDb2ConnectionDetails` * :class:`~oci.golden_gate.models.CreateElasticsearchConnectionDetails` * :class:`~oci.golden_gate.models.CreateAzureSynapseConnectionDetails` * :class:`~oci.golden_gate.models.CreateRedisConnectionDetails` * :class:`~oci.golden_gate.models.CreateMysqlConnectionDetails` * :class:`~oci.golden_gate.models.CreateGenericConnectionDetails` * :class:`~oci.golden_gate.models.CreateGoogleCloudStorageConnectionDetails` * :class:`~oci.golden_gate.models.CreateKafkaConnectionDetails` * :class:`~oci.golden_gate.models.CreateOracleConnectionDetails` * :class:`~oci.golden_gate.models.CreateGoldenGateConnectionDetails` * :class:`~oci.golden_gate.models.CreateAmazonRedshiftConnectionDetails` * :class:`~oci.golden_gate.models.CreateOracleNosqlConnectionDetails` 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 CreateConnectionDetails. 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 CreateConnectionDetails. :type display_name: str :param description: The value to assign to the description property of this CreateConnectionDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateConnectionDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this CreateConnectionDetails. :type locks: list[oci.golden_gate.models.AddResourceLockDetails] :param vault_id: The value to assign to the vault_id property of this CreateConnectionDetails. :type vault_id: str :param key_id: The value to assign to the key_id property of this CreateConnectionDetails. :type key_id: str :param nsg_ids: The value to assign to the nsg_ids property of this CreateConnectionDetails. :type nsg_ids: list[str] :param subnet_id: The value to assign to the subnet_id property of this CreateConnectionDetails. :type subnet_id: str :param routing_method: The value to assign to the routing_method property of this CreateConnectionDetails. Allowed values for this property are: "SHARED_SERVICE_ENDPOINT", "SHARED_DEPLOYMENT_ENDPOINT", "DEDICATED_ENDPOINT" :type routing_method: str �strzdict(str, str)zdict(str, dict(str, object))zlist[AddResourceLockDetails]z list[str])�connection_type�display_name�description�compartment_id� freeform_tags�defined_tags�locks�vault_id�key_id�nsg_ids� subnet_id�routing_method�connectionTypeZdisplayNamer% Z compartmentIdZfreeformTagsZdefinedTagsr) ZvaultIdZkeyIdZnsgIdsZsubnetIdZ routingMethodN)Z swagger_typesZ attribute_map�_connection_type� _display_name�_description�_compartment_id�_freeform_tags� _defined_tags�_locks� _vault_id�_key_id�_nsg_ids� _subnet_id�_routing_method)�self�kwargs� r>