📂 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: update_postgresql_connection_details.cpython-39.pyc
a ���fR � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateConnectionDetails� )�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,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�!UpdatePostgresqlConnectionDetailszE The information to update a PostgreSQL Database Connection. c K s ddddddddddddddddddddddddd�| _ dd 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 S )"a" Initializes a new UpdatePostgresqlConnectionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.golden_gate.models.UpdatePostgresqlConnectionDetails.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 UpdatePostgresqlConnectionDetails. 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 UpdatePostgresqlConnectionDetails. :type display_name: str :param description: The value to assign to the description property of this UpdatePostgresqlConnectionDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdatePostgresqlConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdatePostgresqlConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param vault_id: The value to assign to the vault_id property of this UpdatePostgresqlConnectionDetails. :type vault_id: str :param key_id: The value to assign to the key_id property of this UpdatePostgresqlConnectionDetails. :type key_id: str :param nsg_ids: The value to assign to the nsg_ids property of this UpdatePostgresqlConnectionDetails. :type nsg_ids: list[str] :param subnet_id: The value to assign to the subnet_id property of this UpdatePostgresqlConnectionDetails. :type subnet_id: str :param routing_method: The value to assign to the routing_method property of this UpdatePostgresqlConnectionDetails. Allowed values for this property are: "SHARED_SERVICE_ENDPOINT", "SHARED_DEPLOYMENT_ENDPOINT", "DEDICATED_ENDPOINT" :type routing_method: str :param database_name: The value to assign to the database_name property of this UpdatePostgresqlConnectionDetails. :type database_name: str :param host: The value to assign to the host property of this UpdatePostgresqlConnectionDetails. :type host: str :param port: The value to assign to the port property of this UpdatePostgresqlConnectionDetails. :type port: int :param username: The value to assign to the username property of this UpdatePostgresqlConnectionDetails. :type username: str :param password: The value to assign to the password property of this UpdatePostgresqlConnectionDetails. :type password: str :param additional_attributes: The value to assign to the additional_attributes property of this UpdatePostgresqlConnectionDetails. :type additional_attributes: list[oci.golden_gate.models.NameValuePair] :param security_protocol: The value to assign to the security_protocol property of this UpdatePostgresqlConnectionDetails. :type security_protocol: str :param ssl_mode: The value to assign to the ssl_mode property of this UpdatePostgresqlConnectionDetails. :type ssl_mode: str :param ssl_ca: The value to assign to the ssl_ca property of this UpdatePostgresqlConnectionDetails. :type ssl_ca: str :param ssl_crl: The value to assign to the ssl_crl property of this UpdatePostgresqlConnectionDetails. :type ssl_crl: str :param ssl_cert: The value to assign to the ssl_cert property of this UpdatePostgresqlConnectionDetails. :type ssl_cert: str :param ssl_key: The value to assign to the ssl_key property of this UpdatePostgresqlConnectionDetails. :type ssl_key: str :param private_ip: The value to assign to the private_ip property of this UpdatePostgresqlConnectionDetails. :type private_ip: str :param db_system_id: The value to assign to the db_system_id property of this UpdatePostgresqlConnectionDetails. :type db_system_id: str �strzdict(str, str)zdict(str, dict(str, object))z list[str]�intzlist[NameValuePair])Zconnection_typeZdisplay_name�descriptionZ freeform_tagsZdefined_tagsZvault_idZkey_idZnsg_idsZ subnet_idZrouting_method� 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 ZfreeformTagsZdefinedTagsZvaultIdZkeyIdZnsgIdsZsubnetIdZ routingMethodZdatabaseNamer r r r ZadditionalAttributesZsecurityProtocolZsslModeZsslCaZsslCrlZsslCertZsslKeyZ privateIpZ dbSystemIdNZ POSTGRESQL)Z swagger_typesZ attribute_mapZ_connection_typeZ _display_nameZ_descriptionZ_freeform_tagsZ _defined_tagsZ _vault_idZ_key_idZ_nsg_idsZ _subnet_idZ_routing_method�_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/update_postgresql_connection_details.py�__init__ s� j��z*UpdatePostgresqlConnectionDetails.__init__c C s | j S )z� Gets the database_name of this UpdatePostgresqlConnectionDetails. The name of the database. :return: The database_name of this UpdatePostgresqlConnectionDetails. :rtype: str �r �r( r* r* r+ r � s z/UpdatePostgresqlConnectionDetails.database_namec C s || _ dS )z� Sets the database_name of this UpdatePostgresqlConnectionDetails. The name of the database. :param database_name: The database_name of this UpdatePostgresqlConnectionDetails. :type: str Nr- )r( r r* r* r+ r � s c C s | j S )z� Gets the host of this UpdatePostgresqlConnectionDetails. The name or address of a host. :return: The host of this UpdatePostgresqlConnectionDetails. :rtype: str �r r. r* r* r+ r � s z&UpdatePostgresqlConnectionDetails.hostc C s || _ dS )z� Sets the host of this UpdatePostgresqlConnectionDetails. The name or address of a host. :param host: The host of this UpdatePostgresqlConnectionDetails. :type: str Nr/ )r( r r* r* r+ r � s c C s | j S )z� Gets the port of this UpdatePostgresqlConnectionDetails. The port of an endpoint usually specified for a connection. :return: The port of this UpdatePostgresqlConnectionDetails. :rtype: int �r r. r* r* r+ r � s z&UpdatePostgresqlConnectionDetails.portc C s || _ dS )z� Sets the port of this UpdatePostgresqlConnectionDetails. The port of an endpoint usually specified for a connection. :param port: The port of this UpdatePostgresqlConnectionDetails. :type: int Nr0 )r( r r* r* r+ r s c C s | j S )a� Gets the username of this UpdatePostgresqlConnectionDetails. 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 UpdatePostgresqlConnectionDetails. :rtype: str �r r. r* r* r+ r s z*UpdatePostgresqlConnectionDetails.usernamec C s || _ dS )a� Sets the username of this UpdatePostgresqlConnectionDetails. 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 UpdatePostgresqlConnectionDetails. :type: str Nr1 )r( r r* r* r+ r ! s c C s | j S )a� Gets the password of this UpdatePostgresqlConnectionDetails. 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 UpdatePostgresqlConnectionDetails. :rtype: str �r r. r* r* r+ r / s z*UpdatePostgresqlConnectionDetails.passwordc C s || _ dS )a� Sets the password of this UpdatePostgresqlConnectionDetails. 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 UpdatePostgresqlConnectionDetails. :type: str Nr2 )r( r r* r* r+ r < s c C s | j S )aa Gets the additional_attributes of this UpdatePostgresqlConnectionDetails. An array of name-value pair attribute entries. Used as additional parameters in connection string. :return: The additional_attributes of this UpdatePostgresqlConnectionDetails. :rtype: list[oci.golden_gate.models.NameValuePair] �r r. r* r* r+ r I s z7UpdatePostgresqlConnectionDetails.additional_attributesc C s || _ dS )au Sets the additional_attributes of this UpdatePostgresqlConnectionDetails. An array of name-value pair attribute entries. Used as additional parameters in connection string. :param additional_attributes: The additional_attributes of this UpdatePostgresqlConnectionDetails. :type: list[oci.golden_gate.models.NameValuePair] Nr3 )r( r r* r* r+ r V s c C s | j S )z� Gets the security_protocol of this UpdatePostgresqlConnectionDetails. Security protocol for PostgreSQL. :return: The security_protocol of this UpdatePostgresqlConnectionDetails. :rtype: str �r r. r* r* r+ r c s z3UpdatePostgresqlConnectionDetails.security_protocolc C s || _ dS )z� Sets the security_protocol of this UpdatePostgresqlConnectionDetails. Security protocol for PostgreSQL. :param security_protocol: The security_protocol of this UpdatePostgresqlConnectionDetails. :type: str Nr4 )r( r r* r* r+ r o s c C s | j S )z� Gets the ssl_mode of this UpdatePostgresqlConnectionDetails. SSL modes for PostgreSQL. :return: The ssl_mode of this UpdatePostgresqlConnectionDetails. :rtype: str �r! r. r* r* r+ r { s z*UpdatePostgresqlConnectionDetails.ssl_modec C s || _ dS )z� Sets the ssl_mode of this UpdatePostgresqlConnectionDetails. SSL modes for PostgreSQL. :param ssl_mode: The ssl_mode of this UpdatePostgresqlConnectionDetails. :type: str Nr5 )r( r r* r* r+ r � s c C s | j S )aJ Gets the ssl_ca of this UpdatePostgresqlConnectionDetails. The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL. The supported file formats are .pem and .crt. :return: The ssl_ca of this UpdatePostgresqlConnectionDetails. :rtype: str �r"