📂 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: protection_capability_summary.pyc
a O��f�6 � @ 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 � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�ProtectionCapabilitySummaryz� A summary of available OCI-managed protection capabilities in WebAppFirewallPolicy. Protection capabilies checks HTTP requests/responses if they are malicious. �REQUEST_PROTECTION_CAPABILITY�RESPONSE_PROTECTION_CAPABILITYc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new ProtectionCapabilitySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this ProtectionCapabilitySummary. :type key: str :param display_name: The value to assign to the display_name property of this ProtectionCapabilitySummary. :type display_name: str :param description: The value to assign to the description property of this ProtectionCapabilitySummary. :type description: str :param version: The value to assign to the version property of this ProtectionCapabilitySummary. :type version: int :param is_latest_version: The value to assign to the is_latest_version property of this ProtectionCapabilitySummary. :type is_latest_version: bool :param group_tags: The value to assign to the group_tags property of this ProtectionCapabilitySummary. :type group_tags: list[str] :param type: The value to assign to the type property of this ProtectionCapabilitySummary. Allowed values for this property are: "REQUEST_PROTECTION_CAPABILITY", "RESPONSE_PROTECTION_CAPABILITY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param collaborative_action_threshold: The value to assign to the collaborative_action_threshold property of this ProtectionCapabilitySummary. :type collaborative_action_threshold: int :param collaborative_weights: The value to assign to the collaborative_weights property of this ProtectionCapabilitySummary. :type collaborative_weights: list[oci.waf.models.CollaborativeCapabilityWeight] �str�int�boolz list[str]z#list[CollaborativeCapabilityWeight]) �key�display_name�description�version�is_latest_version� group_tags�type�collaborative_action_threshold�collaborative_weightsr �displayNamer r �isLatestVersion� groupTagsr �collaborativeActionThreshold�collaborativeWeightsN)� swagger_types� attribute_map�_key� _display_name�_description�_version�_is_latest_version�_group_tags�_type�_collaborative_action_threshold�_collaborative_weights)�self�kwargs� r'