📂 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
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: pe_comanaged_database_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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�$PeComanagedDatabaseConnectionDetailsz6 Connection details of the private endpoints. �TCP�TCPSc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new PeComanagedDatabaseConnectionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param hosts: The value to assign to the hosts property of this PeComanagedDatabaseConnectionDetails. :type hosts: list[oci.opsi.models.PeComanagedDatabaseHostDetails] :param protocol: The value to assign to the protocol property of this PeComanagedDatabaseConnectionDetails. Allowed values for this property are: "TCP", "TCPS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type protocol: str :param service_name: The value to assign to the service_name property of this PeComanagedDatabaseConnectionDetails. :type service_name: str z$list[PeComanagedDatabaseHostDetails]�str)�hosts�protocol�service_namer r ZserviceNameN)Z swagger_typesZ attribute_map�_hosts� _protocol� _service_name)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/opsi/models/pe_comanaged_database_connection_details.py�__init__ s ��z-PeComanagedDatabaseConnectionDetails.__init__c C s | j S )a= **[Required]** Gets the hosts of this PeComanagedDatabaseConnectionDetails. List of hosts and port for private endpoint accessed database resource. :return: The hosts of this PeComanagedDatabaseConnectionDetails. :rtype: list[oci.opsi.models.PeComanagedDatabaseHostDetails] �r �r r r r r >