📂 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
›
psql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/psql/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: connection_details.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ConnectionDetailsz\ Database system connection information. Used to connect to PostgreSQL instance(s). c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new ConnectionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ca_certificate: The value to assign to the ca_certificate property of this ConnectionDetails. :type ca_certificate: str :param primary_db_endpoint: The value to assign to the primary_db_endpoint property of this ConnectionDetails. :type primary_db_endpoint: oci.psql.models.Endpoint :param instance_endpoints: The value to assign to the instance_endpoints property of this ConnectionDetails. :type instance_endpoints: list[oci.psql.models.DbInstanceEndpoint] �strZEndpointzlist[DbInstanceEndpoint])�ca_certificate�primary_db_endpoint�instance_endpointsZ caCertificateZprimaryDbEndpointZinstanceEndpointsN)Z swagger_typesZ attribute_map�_ca_certificate�_primary_db_endpoint�_instance_endpoints)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/psql/models/connection_details.py�__init__ s ��zConnectionDetails.__init__c C s | j S )a� **[Required]** Gets the ca_certificate of this ConnectionDetails. The CA certificate to be used by the PosgreSQL client to connect to the database. The CA certificate is used to authenticate the server identity. It is issued by PostgreSQL Service Private CA. :return: The ca_certificate of this ConnectionDetails. :rtype: str �r �r r r r r 4 s z ConnectionDetails.ca_certificatec C s || _ dS )a Sets the ca_certificate of this ConnectionDetails. The CA certificate to be used by the PosgreSQL client to connect to the database. The CA certificate is used to authenticate the server identity. It is issued by PostgreSQL Service Private CA. :param ca_certificate: The ca_certificate of this ConnectionDetails. :type: str Nr )r r r r r r B s c C s | j S )z� **[Required]** Gets the primary_db_endpoint of this ConnectionDetails. :return: The primary_db_endpoint of this ConnectionDetails. :rtype: oci.psql.models.Endpoint �r r r r r r P s z%ConnectionDetails.primary_db_endpointc C s || _ dS )z� Sets the primary_db_endpoint of this ConnectionDetails. :param primary_db_endpoint: The primary_db_endpoint of this ConnectionDetails. :type: oci.psql.models.Endpoint Nr )r r r r r r Z s c C s | j S )a" **[Required]** Gets the instance_endpoints of this ConnectionDetails. The list of database instance node endpoints in the database system. :return: The instance_endpoints of this ConnectionDetails. :rtype: list[oci.psql.models.DbInstanceEndpoint] �r r r r r r d s z$ConnectionDetails.instance_endpointsc C s || _ dS )a$ Sets the instance_endpoints of this ConnectionDetails. The list of database instance node endpoints in the database system. :param instance_endpoints: The instance_endpoints of this ConnectionDetails. :type: list[oci.psql.models.DbInstanceEndpoint] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zConnectionDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zConnectionDetails.__eq__c C s | |k S r r r r r r �__ne__� s zConnectionDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"