📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
golden_gate
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/golden_gate/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: postgresql_connection_summary.pyc
a N��f1@ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ConnectionSummary� )�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� �Zdd � Zd!d"� Zd#d$� Zd%S )&�PostgresqlConnectionSummaryz8 Summary of the PostgreSQL Database Connection. c K s ddddddddddddddddddddddddddd �| _ 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$S )&a� Initializes a new PostgresqlConnectionSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.golden_gate.models.PostgresqlConnectionSummary.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 PostgresqlConnectionSummary. Allowed values for this property are: "GOLDENGATE", "KAFKA", "KAFKA_SCHEMA_REGISTRY", "MYSQL", "OCI_OBJECT_STORAGE", "ORACLE", "AZURE_DATA_LAKE_STORAGE", "POSTGRESQL", "AZURE_SYNAPSE_ANALYTICS" :type connection_type: str :param id: The value to assign to the id property of this PostgresqlConnectionSummary. :type id: str :param display_name: The value to assign to the display_name property of this PostgresqlConnectionSummary. :type display_name: str :param description: The value to assign to the description property of this PostgresqlConnectionSummary. :type description: str :param compartment_id: The value to assign to the compartment_id property of this PostgresqlConnectionSummary. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this PostgresqlConnectionSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this PostgresqlConnectionSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this PostgresqlConnectionSummary. :type system_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this PostgresqlConnectionSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this PostgresqlConnectionSummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this PostgresqlConnectionSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this PostgresqlConnectionSummary. :type time_updated: datetime :param vault_id: The value to assign to the vault_id property of this PostgresqlConnectionSummary. :type vault_id: str :param key_id: The value to assign to the key_id property of this PostgresqlConnectionSummary. :type key_id: str :param subnet_id: The value to assign to the subnet_id property of this PostgresqlConnectionSummary. :type subnet_id: str :param ingress_ips: The value to assign to the ingress_ips property of this PostgresqlConnectionSummary. :type ingress_ips: list[oci.golden_gate.models.IngressIpDetails] :param nsg_ids: The value to assign to the nsg_ids property of this PostgresqlConnectionSummary. :type nsg_ids: list[str] :param technology_type: The value to assign to the technology_type property of this PostgresqlConnectionSummary. :type technology_type: str :param database_name: The value to assign to the database_name property of this PostgresqlConnectionSummary. :type database_name: str :param host: The value to assign to the host property of this PostgresqlConnectionSummary. :type host: str :param port: The value to assign to the port property of this PostgresqlConnectionSummary. :type port: int :param username: The value to assign to the username property of this PostgresqlConnectionSummary. :type username: str :param additional_attributes: The value to assign to the additional_attributes property of this PostgresqlConnectionSummary. :type additional_attributes: list[oci.golden_gate.models.NameValuePair] :param security_protocol: The value to assign to the security_protocol property of this PostgresqlConnectionSummary. :type security_protocol: str :param ssl_mode: The value to assign to the ssl_mode property of this PostgresqlConnectionSummary. :type ssl_mode: str :param private_ip: The value to assign to the private_ip property of this PostgresqlConnectionSummary. :type private_ip: str �strzdict(str, str)zdict(str, dict(str, object))�datetimezlist[IngressIpDetails]z list[str]�intzlist[NameValuePair])�connection_type�id�display_name�description�compartment_id� freeform_tags�defined_tags�system_tags�lifecycle_state�lifecycle_details�time_created�time_updated�vault_id�key_id� subnet_id�ingress_ips�nsg_ids�technology_type� database_name�host�port�username�additional_attributes�security_protocol�ssl_mode� private_ip�connectionTyper �displayNamer � compartmentId�freeformTags�definedTags� systemTags�lifecycleState�lifecycleDetails�timeCreated�timeUpdated�vaultId�keyId�subnetId� ingressIps�nsgIds�technologyType�databaseNamer r r! �additionalAttributes�securityProtocol�sslMode� privateIpN� POSTGRESQL)� swagger_types� attribute_map�_connection_type�_id� _display_name�_description�_compartment_id�_freeform_tags� _defined_tags�_system_tags�_lifecycle_state�_lifecycle_details� _time_created� _time_updated� _vault_id�_key_id� _subnet_id�_ingress_ips�_nsg_ids�_technology_type�_database_name�_host�_port� _username�_additional_attributes�_security_protocol� _ssl_mode�_private_ip)�self�kwargs� rZ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/golden_gate/models/postgresql_connection_summary.py�__init__ s� q��z$PostgresqlConnectionSummary.__init__c C s | j S )z� **[Required]** Gets the technology_type of this PostgresqlConnectionSummary. The PostgreSQL technology type. :return: The technology_type of this PostgresqlConnectionSummary. :rtype: str �rO �rX rZ rZ r[ r � s z+PostgresqlConnectionSummary.technology_typec C s || _ dS )z� Sets the technology_type of this PostgresqlConnectionSummary. The PostgreSQL technology type. :param technology_type: The technology_type of this PostgresqlConnectionSummary. :type: str Nr] )rX r rZ rZ r[ r � s c C s | j S )z� **[Required]** Gets the database_name of this PostgresqlConnectionSummary. The name of the database. :return: The database_name of this PostgresqlConnectionSummary. :rtype: str �rP r^ rZ rZ r[ r � s z)PostgresqlConnectionSummary.database_namec C s || _ dS )z� Sets the database_name of this PostgresqlConnectionSummary. The name of the database. :param database_name: The database_name of this PostgresqlConnectionSummary. :type: str Nr_ )rX r rZ rZ r[ r � s c C s | j S )z� **[Required]** Gets the host of this PostgresqlConnectionSummary. The name or address of a host. :return: The host of this PostgresqlConnectionSummary. :rtype: str �rQ r^ rZ rZ r[ r s z PostgresqlConnectionSummary.hostc C s || _ dS )z� Sets the host of this PostgresqlConnectionSummary. The name or address of a host. :param host: The host of this PostgresqlConnectionSummary. :type: str Nr` )rX r rZ rZ r[ r s c C s | j S )z� **[Required]** Gets the port of this PostgresqlConnectionSummary. The port of an endpoint usually specified for a connection. :return: The port of this PostgresqlConnectionSummary. :rtype: int �rR r^ rZ rZ r[ r s z PostgresqlConnectionSummary.portc C s || _ dS )z� Sets the port of this PostgresqlConnectionSummary. The port of an endpoint usually specified for a connection. :param port: The port of this PostgresqlConnectionSummary. :type: int Nra )rX r rZ rZ r[ r * s c C s | j S )a� **[Required]** Gets the username of this PostgresqlConnectionSummary. The username Oracle GoldenGate uses to connect the associated RDBMS. This username must already exist and be available for use by the database. It must conform to the security requirements implemented by the database including length, case sensitivity, and so on. :return: The username of this PostgresqlConnectionSummary. :rtype: str �rS r^ rZ rZ r[ r! 6 s z$PostgresqlConnectionSummary.usernamec C s || _ dS )a� Sets the username of this PostgresqlConnectionSummary. The username Oracle GoldenGate uses to connect the associated RDBMS. This username must already exist and be available for use by the database. It must conform to the security requirements implemented by the database including length, case sensitivity, and so on. :param username: The username of this PostgresqlConnectionSummary. :type: str Nrb )rX r! rZ rZ r[ r! D s c C s | j S )aU Gets the additional_attributes of this PostgresqlConnectionSummary. An array of name-value pair attribute entries. Used as additional parameters in connection string. :return: The additional_attributes of this PostgresqlConnectionSummary. :rtype: list[oci.golden_gate.models.NameValuePair] �rT r^ rZ rZ r[ r"