📂 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_postgresql_connection_details.cpython-39.pyc
a ���f�X � @ 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� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�!CreatePostgresqlConnectionDetailsz< The information about a new PostgreSQL Connection. c K s( dddddddddddddddddddddddddddd�| _ d d ddd ddddddddddddddddddd d!d"d#d�| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _ d$| _ d$| _d$| _d$| _ d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d%| _d$S )&a> Initializes a new CreatePostgresqlConnectionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.golden_gate.models.CreatePostgresqlConnectionDetails.connection_type` attribute of this class is ``POSTGRESQL`` 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 CreatePostgresqlConnectionDetails. 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 CreatePostgresqlConnectionDetails. :type display_name: str :param description: The value to assign to the description property of this CreatePostgresqlConnectionDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreatePostgresqlConnectionDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreatePostgresqlConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreatePostgresqlConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this CreatePostgresqlConnectionDetails. :type locks: list[oci.golden_gate.models.AddResourceLockDetails] :param vault_id: The value to assign to the vault_id property of this CreatePostgresqlConnectionDetails. :type vault_id: str :param key_id: The value to assign to the key_id property of this CreatePostgresqlConnectionDetails. :type key_id: str :param nsg_ids: The value to assign to the nsg_ids property of this CreatePostgresqlConnectionDetails. :type nsg_ids: list[str] :param subnet_id: The value to assign to the subnet_id property of this CreatePostgresqlConnectionDetails. :type subnet_id: str :param routing_method: The value to assign to the routing_method property of this CreatePostgresqlConnectionDetails. 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 CreatePostgresqlConnectionDetails. :type technology_type: str :param database_name: The value to assign to the database_name property of this CreatePostgresqlConnectionDetails. :type database_name: str :param host: The value to assign to the host property of this CreatePostgresqlConnectionDetails. :type host: str :param port: The value to assign to the port property of this CreatePostgresqlConnectionDetails. :type port: int :param username: The value to assign to the username property of this CreatePostgresqlConnectionDetails. :type username: str :param password: The value to assign to the password property of this CreatePostgresqlConnectionDetails. :type password: str :param additional_attributes: The value to assign to the additional_attributes property of this CreatePostgresqlConnectionDetails. :type additional_attributes: list[oci.golden_gate.models.NameValuePair] :param security_protocol: The value to assign to the security_protocol property of this CreatePostgresqlConnectionDetails. :type security_protocol: str :param ssl_mode: The value to assign to the ssl_mode property of this CreatePostgresqlConnectionDetails. :type ssl_mode: str :param ssl_ca: The value to assign to the ssl_ca property of this CreatePostgresqlConnectionDetails. :type ssl_ca: str :param ssl_crl: The value to assign to the ssl_crl property of this CreatePostgresqlConnectionDetails. :type ssl_crl: str :param ssl_cert: The value to assign to the ssl_cert property of this CreatePostgresqlConnectionDetails. :type ssl_cert: str :param ssl_key: The value to assign to the ssl_key property of this CreatePostgresqlConnectionDetails. :type ssl_key: str :param private_ip: The value to assign to the private_ip property of this CreatePostgresqlConnectionDetails. :type private_ip: str :param db_system_id: The value to assign to the db_system_id property of this CreatePostgresqlConnectionDetails. :type db_system_id: str �strzdict(str, str)zdict(str, dict(str, object))zlist[AddResourceLockDetails]z list[str]�intzlist[NameValuePair])Zconnection_typeZdisplay_name�descriptionZcompartment_idZ freeform_tagsZdefined_tags�locksZvault_idZkey_idZnsg_idsZ subnet_idZrouting_method�technology_type� database_name�host�port�username�password�additional_attributes�security_protocol�ssl_mode�ssl_ca�ssl_crl�ssl_cert�ssl_key� private_ip�db_system_idZconnectionTypeZdisplayNamer Z compartmentIdZfreeformTagsZdefinedTagsr ZvaultIdZkeyIdZnsgIdsZsubnetIdZ routingMethodZtechnologyTypeZdatabaseNamer r r r ZadditionalAttributesZsecurityProtocolZsslModeZsslCaZsslCrlZsslCertZsslKeyZ privateIpZ dbSystemIdNZ POSTGRESQL)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�_database_name�_host�_port� _username� _password�_additional_attributes�_security_protocol� _ssl_mode�_ssl_ca�_ssl_crl� _ssl_cert�_ssl_key�_private_ip� _db_system_id)�self�kwargs� r- �_/usr/lib/python3.9/site-packages/oci/golden_gate/models/create_postgresql_connection_details.py�__init__ s� v��z*CreatePostgresqlConnectionDetails.__init__c C s | j S )z� **[Required]** Gets the technology_type of this CreatePostgresqlConnectionDetails. The PostgreSQL technology type. :return: The technology_type of this CreatePostgresqlConnectionDetails. :rtype: str �r �r+ r- r- r. r � s z1CreatePostgresqlConnectionDetails.technology_typec C s || _ dS )z� Sets the technology_type of this CreatePostgresqlConnectionDetails. The PostgreSQL technology type. :param technology_type: The technology_type of this CreatePostgresqlConnectionDetails. :type: str Nr0 )r+ r r- r- r. r � s c C s | j S )z� **[Required]** Gets the database_name of this CreatePostgresqlConnectionDetails. The name of the database. :return: The database_name of this CreatePostgresqlConnectionDetails. :rtype: str �r r1 r- r- r. r � s z/CreatePostgresqlConnectionDetails.database_namec C s || _ dS )z� Sets the database_name of this CreatePostgresqlConnectionDetails. The name of the database. :param database_name: The database_name of this CreatePostgresqlConnectionDetails. :type: str Nr2 )r+ r r- r- r. r s c C s | j S )z� Gets the host of this CreatePostgresqlConnectionDetails. The name or address of a host. :return: The host of this CreatePostgresqlConnectionDetails. :rtype: str �r r1 r- r- r. r s z&CreatePostgresqlConnectionDetails.hostc C s || _ dS )z� Sets the host of this CreatePostgresqlConnectionDetails. The name or address of a host. :param host: The host of this CreatePostgresqlConnectionDetails. :type: str Nr3 )r+ r r- r- r. r s c C s | j S )z� Gets the port of this CreatePostgresqlConnectionDetails. The port of an endpoint usually specified for a connection. :return: The port of this CreatePostgresqlConnectionDetails. :rtype: int �r r1 r- r- r. r ( s z&CreatePostgresqlConnectionDetails.portc C s || _ dS )z� Sets the port of this CreatePostgresqlConnectionDetails. The port of an endpoint usually specified for a connection. :param port: The port of this CreatePostgresqlConnectionDetails. :type: int Nr4 )r+ r r- r- r. r 4 s c C s | j S )a� **[Required]** Gets the username of this CreatePostgresqlConnectionDetails. The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it. :return: The username of this CreatePostgresqlConnectionDetails. :rtype: str �r r1 r- r- r. r @ s z*CreatePostgresqlConnectionDetails.usernamec C s || _ dS )a� Sets the username of this CreatePostgresqlConnectionDetails. The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it. :param username: The username of this CreatePostgresqlConnectionDetails. :type: str Nr5 )r+ r r- r- r. r N s c C s | j S )a� **[Required]** Gets the password of this CreatePostgresqlConnectionDetails. The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on. :return: The password of this CreatePostgresqlConnectionDetails. :rtype: str �r! r1 r- r- r. r \ s z*CreatePostgresqlConnectionDetails.passwordc C s || _ dS )a� Sets the password of this CreatePostgresqlConnectionDetails. The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on. :param password: The password of this CreatePostgresqlConnectionDetails. :type: str Nr6 )r+ r r- r- r. r i s c C s | j S )aa Gets the additional_attributes of this CreatePostgresqlConnectionDetails. An array of name-value pair attribute entries. Used as additional parameters in connection string. :return: The additional_attributes of this CreatePostgresqlConnectionDetails. :rtype: list[oci.golden_gate.models.NameValuePair] �r"