📂 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
›
database_tools
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_tools/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: database_tools_private_endpoint_reverse_connection_configuration.pyc
a N��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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�:DatabaseToolsPrivateEndpointReverseConnectionConfigurationzK Reverse connection configuration details of the private endpoint. c K s ddi| _ ddi| _d| _dS )a> Initializes a new DatabaseToolsPrivateEndpointReverseConnectionConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param reverse_connections_source_ips: The value to assign to the reverse_connections_source_ips property of this DatabaseToolsPrivateEndpointReverseConnectionConfiguration. :type reverse_connections_source_ips: list[oci.database_tools.models.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp] �reverse_connections_source_ipsz<list[DatabaseToolsPrivateEndpointReverseConnectionsSourceIp]�reverseConnectionsSourceIpsN)� swagger_types� attribute_map�_reverse_connections_source_ips)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_tools/models/database_tools_private_endpoint_reverse_connection_configuration.py�__init__ s ��zCDatabaseToolsPrivateEndpointReverseConnectionConfiguration.__init__c C s | j S )a Gets the reverse_connections_source_ips of this DatabaseToolsPrivateEndpointReverseConnectionConfiguration. A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets traveling from the service's VCN to the customer's VCN. :return: The reverse_connections_source_ips of this DatabaseToolsPrivateEndpointReverseConnectionConfiguration. :rtype: list[oci.database_tools.models.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp] �r �r r r r r $ s zYDatabaseToolsPrivateEndpointReverseConnectionConfiguration.reverse_connections_source_ipsc C s || _ dS )a* Sets the reverse_connections_source_ips of this DatabaseToolsPrivateEndpointReverseConnectionConfiguration. A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets traveling from the service's VCN to the customer's VCN. :param reverse_connections_source_ips: The reverse_connections_source_ips of this DatabaseToolsPrivateEndpointReverseConnectionConfiguration. :type: list[oci.database_tools.models.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp] Nr )r r r r r r 1 s c C s t | �S �N)r r r r r �__repr__>