📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
waf
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/waf/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: protection_capability_summary.cpython-39.pyc
a ���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 ZdisplayNamer r ZisLatestVersionZ groupTagsr ZcollaborativeActionThresholdZcollaborativeWeightsN)Z swagger_typesZ attribute_map�_key� _display_name�_description�_version�_is_latest_version�_group_tags�_type�_collaborative_action_threshold�_collaborative_weights)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/waf/models/protection_capability_summary.py�__init__ s: -� �z$ProtectionCapabilitySummary.__init__c C s | j S )z� **[Required]** Gets the key of this ProtectionCapabilitySummary. Unique key of protection capability. :return: The key of this ProtectionCapabilitySummary. :rtype: str �r �r r r r! r i s zProtectionCapabilitySummary.keyc C s || _ dS )z� Sets the key of this ProtectionCapabilitySummary. Unique key of protection capability. :param key: The key of this ProtectionCapabilitySummary. :type: str Nr# )r r r r r! r u s c C s | j S )z� **[Required]** Gets the display_name of this ProtectionCapabilitySummary. The display name of protection capability. :return: The display_name of this ProtectionCapabilitySummary. :rtype: str �r r$ r r r! r � s z(ProtectionCapabilitySummary.display_namec C s || _ dS )z� Sets the display_name of this ProtectionCapabilitySummary. The display name of protection capability. :param display_name: The display_name of this ProtectionCapabilitySummary. :type: str Nr% )r r r r r! r � s c C s | j S )z� **[Required]** Gets the description of this ProtectionCapabilitySummary. The description of protection capability. :return: The description of this ProtectionCapabilitySummary. :rtype: str �r r$ r r r! r � s z'ProtectionCapabilitySummary.descriptionc C s || _ dS )z� Sets the description of this ProtectionCapabilitySummary. The description of protection capability. :param description: The description of this ProtectionCapabilitySummary. :type: str Nr&