📂 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.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: connection.cpython-39.pyc
a ���f� � @ 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 ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZ dZ!d Z"d!Z#d"Z$d#d$� Z%e&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:� �Z0e0j*d;d:� �Z0e(d<d=� �Z1e1j*d>d=� �Z1e(d?d@� �Z2e2j*dAd@� �Z2e(dBdC� �Z3e3j*dDdC� �Z3e(dEdF� �Z4e4j*dGdF� �Z4e(dHdI� �Z5e5j*dJdI� �Z5e(dKdL� �Z6e6j*dMdL� �Z6e(dNdO� �Z7e7j*dPdO� �Z7e(dQdR� �Z8e8j*dSdR� �Z8e(dTdU� �Z9e9j*dVdU� �Z9e(dWdX� �Z:e:j*dYdX� �Z:e(dZd[� �Z;e;j*d\d[� �Z;e(d]d^� �Z<e<j*d_d^� �Z<d`da� Z=dbdc� Z>ddde� Z?dfS )g� Connectionzj Represents the metadata description of a connection used by deployments in the same compartment. � 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�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�SHARED_SERVICE_ENDPOINT�SHARED_DEPLOYMENT_ENDPOINT�DEDICATED_ENDPOINTc K s� dddddddddddddddddddd�| _ d d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new Connection 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.KafkaConnection` * :class:`~oci.golden_gate.models.PostgresqlConnection` * :class:`~oci.golden_gate.models.JavaMessageServiceConnection` * :class:`~oci.golden_gate.models.Db2Connection` * :class:`~oci.golden_gate.models.ElasticsearchConnection` * :class:`~oci.golden_gate.models.AmazonRedshiftConnection` * :class:`~oci.golden_gate.models.SnowflakeConnection` * :class:`~oci.golden_gate.models.GoldenGateConnection` * :class:`~oci.golden_gate.models.MysqlConnection` * :class:`~oci.golden_gate.models.AmazonS3Connection` * :class:`~oci.golden_gate.models.GoogleBigQueryConnection` * :class:`~oci.golden_gate.models.OracleConnection` * :class:`~oci.golden_gate.models.AzureDataLakeStorageConnection` * :class:`~oci.golden_gate.models.MongoDbConnection` * :class:`~oci.golden_gate.models.HdfsConnection` * :class:`~oci.golden_gate.models.GoogleCloudStorageConnection` * :class:`~oci.golden_gate.models.OciObjectStorageConnection` * :class:`~oci.golden_gate.models.KafkaSchemaRegistryConnection` * :class:`~oci.golden_gate.models.MicrosoftSqlserverConnection` * :class:`~oci.golden_gate.models.AmazonKinesisConnection` * :class:`~oci.golden_gate.models.GenericConnection` * :class:`~oci.golden_gate.models.OracleNosqlConnection` * :class:`~oci.golden_gate.models.AzureSynapseConnection` * :class:`~oci.golden_gate.models.RedisConnection` 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 Connection. 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", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type connection_type: str :param id: The value to assign to the id property of this Connection. :type id: str :param display_name: The value to assign to the display_name property of this Connection. :type display_name: str :param description: The value to assign to the description property of this Connection. :type description: str :param compartment_id: The value to assign to the compartment_id property of this Connection. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this Connection. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Connection. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Connection. :type system_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this Connection. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Connection. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this Connection. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Connection. :type time_updated: datetime :param locks: The value to assign to the locks property of this Connection. :type locks: list[oci.golden_gate.models.ResourceLock] :param vault_id: The value to assign to the vault_id property of this Connection. :type vault_id: str :param key_id: The value to assign to the key_id property of this Connection. :type key_id: str :param ingress_ips: The value to assign to the ingress_ips property of this Connection. :type ingress_ips: list[oci.golden_gate.models.IngressIpDetails] :param nsg_ids: The value to assign to the nsg_ids property of this Connection. :type nsg_ids: list[str] :param subnet_id: The value to assign to the subnet_id property of this Connection. :type subnet_id: str :param routing_method: The value to assign to the routing_method property of this Connection. Allowed values for this property are: "SHARED_SERVICE_ENDPOINT", "SHARED_DEPLOYMENT_ENDPOINT", "DEDICATED_ENDPOINT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type routing_method: str �strzdict(str, str)zdict(str, dict(str, object))Zdatetimezlist[ResourceLock]zlist[IngressIpDetails]z list[str])�connection_type�id�display_name�description�compartment_id� freeform_tags�defined_tags�system_tags�lifecycle_state�lifecycle_details�time_created�time_updated�locks�vault_id�key_id�ingress_ips�nsg_ids� subnet_id�routing_method�connectionTyper* ZdisplayNamer, Z compartmentIdZfreeformTagsZdefinedTagsZ systemTagsZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedr5 ZvaultIdZkeyIdZ ingressIpsZnsgIdsZsubnetIdZ routingMethodN)Z swagger_typesZ attribute_map�_connection_type�_id� _display_name�_description�_compartment_id�_freeform_tags� _defined_tags�_system_tags�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_locks� _vault_id�_key_id�_ingress_ips�_nsg_ids� _subnet_id�_routing_method)�self�kwargs� rR �E/usr/lib/python3.9/site-packages/oci/golden_gate/models/connection.py�__init__� sv t��zConnection.__init__c C s8 | d }|dkrdS |dkr dS |dkr,dS |dkr8d S |d krDdS |dkrPd S |dkr\dS |dkrhdS |dkrtdS |dkr�dS |dkr�dS |dkr�dS |dkr�dS |dkr�dS |dkr�dS |d kr�d!S |d"kr�d#S |d$kr�d%S |d&kr�d'S |d(kr�d)S |d*k�rd+S |d,k�rd-S |d.k�r"d/S |d0k�r0d1S d2S d3S )4z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r<