📂 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
›
waas
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/waas/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: whitelist.cpython-39.opt-1.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 )� Whitelistz� An array of IP addresses that bypass the Web Application Firewall. Supports both single IP addresses or subnet masks (CIDR notation). c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a] Initializes a new Whitelist object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this Whitelist. :type name: str :param addresses: The value to assign to the addresses property of this Whitelist. :type addresses: list[str] :param address_lists: The value to assign to the address_lists property of this Whitelist. :type address_lists: list[str] �strz list[str])�name� addresses� address_listsr r ZaddressListsN)Z swagger_typesZ attribute_map�_name� _addresses�_address_lists)�self�kwargs� r �=/usr/lib/python3.9/site-packages/oci/waas/models/whitelist.py�__init__ s ��zWhitelist.__init__c C s | j S )z� **[Required]** Gets the name of this Whitelist. The unique name of the whitelist. :return: The name of this Whitelist. :rtype: str �r �r r r r r 4 s zWhitelist.namec C s || _ dS )z� Sets the name of this Whitelist. The unique name of the whitelist. :param name: The name of this Whitelist. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the addresses of this Whitelist. A set of IP addresses or CIDR notations to include in the whitelist. :return: The addresses of this Whitelist. :rtype: list[str] �r r r r r r L s zWhitelist.addressesc C s || _ dS )z� Sets the addresses of this Whitelist. A set of IP addresses or CIDR notations to include in the whitelist. :param addresses: The addresses of this Whitelist. :type: list[str] Nr )r r r r r r X s c C s | j S )a, Gets the address_lists of this Whitelist. A list of `OCID`__ of IP address lists to include in the whitelist. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The address_lists of this Whitelist. :rtype: list[str] �r r r r r r d s zWhitelist.address_listsc C s || _ dS )a8 Sets the address_lists of this Whitelist. A list of `OCID`__ of IP address lists to include in the whitelist. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param address_lists: The address_lists of this Whitelist. :type: list[str] Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__� s zWhitelist.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zWhitelist.__eq__c C s | |k S r r r r r r �__ne__� s zWhitelist.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"