📂 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
›
waas
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/waas/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: recommendation.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�Recommendationa4 A recommended protection rule for a web application. This recommendation can be accepted to apply it to the Web Application Firewall configuration for this policy. Use the `POST /waasPolicies/{waasPolicyId}/actions/acceptWafConfigRecommendations` method to accept recommended protection rules. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a- Initializes a new Recommendation 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 Recommendation. :type key: str :param mod_security_rule_ids: The value to assign to the mod_security_rule_ids property of this Recommendation. :type mod_security_rule_ids: list[str] :param name: The value to assign to the name property of this Recommendation. :type name: str :param description: The value to assign to the description property of this Recommendation. :type description: str :param labels: The value to assign to the labels property of this Recommendation. :type labels: list[str] :param recommended_action: The value to assign to the recommended_action property of this Recommendation. :type recommended_action: str �strz list[str])�key�mod_security_rule_ids�name�description�labels�recommended_actionr �modSecurityRuleIdsr r r �recommendedActionN)� swagger_types� attribute_map�_key�_mod_security_rule_ids�_name�_description�_labels�_recommended_action)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/waas/models/recommendation.py�__init__ s( � � zRecommendation.__init__c C s | j S )z� Gets the key of this Recommendation. The unique key for the recommended protection rule. :return: The key of this Recommendation. :rtype: str �r �r r r r r I s zRecommendation.keyc C s || _ dS )z� Sets the key of this Recommendation. The unique key for the recommended protection rule. :param key: The key of this Recommendation. :type: str Nr )r r r r r r U s c C s | j S )a� Gets the mod_security_rule_ids of this Recommendation. The list of the ModSecurity rule IDs associated with the protection rule. For more information about ModSecurity's open source WAF rules, see `Mod Security's documentation`__. __ https://www.modsecurity.org/CRS/Documentation/index.html :return: The mod_security_rule_ids of this Recommendation. :rtype: list[str] �r r r r r r a s z$Recommendation.mod_security_rule_idsc C s || _ dS )a� Sets the mod_security_rule_ids of this Recommendation. The list of the ModSecurity rule IDs associated with the protection rule. For more information about ModSecurity's open source WAF rules, see `Mod Security's documentation`__. __ https://www.modsecurity.org/CRS/Documentation/index.html :param mod_security_rule_ids: The mod_security_rule_ids of this Recommendation. :type: list[str] Nr )r r r r r r p s c C s | j S )z� Gets the name of this Recommendation. The name of the recommended protection rule. :return: The name of this Recommendation. :rtype: str �r r r r r r s zRecommendation.namec C s || _ dS )z� Sets the name of this Recommendation. The name of the recommended protection rule. :param name: The name of this Recommendation. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the description of this Recommendation. The description of the recommended protection rule. :return: The description of this Recommendation. :rtype: str �r r r r r r � s zRecommendation.descriptionc C s || _ dS )z� Sets the description of this Recommendation. The description of the recommended protection rule. :param description: The description of this Recommendation. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the labels of this Recommendation. The list of labels for the recommended protection rule. :return: The labels of this Recommendation. :rtype: list[str] �r r r r r r � s zRecommendation.labelsc C s || _ dS )z� Sets the labels of this Recommendation. The list of labels for the recommended protection rule. :param labels: The labels of this Recommendation. :type: list[str] Nr"