📂 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: web_app_firewall_policy.cpython-39.pyc
a ���fXS � @ 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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zd:d;� Zd<d=� Zd>d?� Zd@S )A�WebAppFirewallPolicya� The details of WebAppFirewallPolicy. A policy is comprised of rules, which allows executing inspections of incoming/outgoing HTTP message parameters and execution of actions, based on results of rules execution. In policy, rules are grouped into modules by their functionality. Modules can be further divided by the type of HTTP messages they handle: Modules that inspect incoming HTTP request. These modules are executed in the order they are enumerated here: * requestAccessControl * requestRateLimiting * requestProtection Modules that inspect outgoing HTTP responses. These modules are executed in the order they are enumerated here: * responseAccessControl * responseProtection �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddd d d d�| _ dd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new WebAppFirewallPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this WebAppFirewallPolicy. :type id: str :param display_name: The value to assign to the display_name property of this WebAppFirewallPolicy. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this WebAppFirewallPolicy. :type compartment_id: str :param time_created: The value to assign to the time_created property of this WebAppFirewallPolicy. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this WebAppFirewallPolicy. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this WebAppFirewallPolicy. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this WebAppFirewallPolicy. :type lifecycle_details: str :param actions: The value to assign to the actions property of this WebAppFirewallPolicy. :type actions: list[oci.waf.models.Action] :param request_access_control: The value to assign to the request_access_control property of this WebAppFirewallPolicy. :type request_access_control: oci.waf.models.RequestAccessControl :param request_rate_limiting: The value to assign to the request_rate_limiting property of this WebAppFirewallPolicy. :type request_rate_limiting: oci.waf.models.RequestRateLimiting :param request_protection: The value to assign to the request_protection property of this WebAppFirewallPolicy. :type request_protection: oci.waf.models.RequestProtection :param response_access_control: The value to assign to the response_access_control property of this WebAppFirewallPolicy. :type response_access_control: oci.waf.models.ResponseAccessControl :param response_protection: The value to assign to the response_protection property of this WebAppFirewallPolicy. :type response_protection: oci.waf.models.ResponseProtection :param freeform_tags: The value to assign to the freeform_tags property of this WebAppFirewallPolicy. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this WebAppFirewallPolicy. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this WebAppFirewallPolicy. :type system_tags: dict(str, dict(str, object)) �strZdatetimezlist[Action]ZRequestAccessControlZRequestRateLimitingZRequestProtectionZResponseAccessControlZResponseProtectionzdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�time_created�time_updated�lifecycle_state�lifecycle_details�actions�request_access_control�request_rate_limiting�request_protection�response_access_control�response_protection� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsr ZrequestAccessControlZrequestRateLimitingZrequestProtectionZresponseAccessControlZresponseProtectionZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_actions�_request_access_control�_request_rate_limiting�_request_protection�_response_access_control�_response_protection�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r0 �J/usr/lib/python3.9/site-packages/oci/waf/models/web_app_firewall_policy.py�__init__6 sd I��zWebAppFirewallPolicy.__init__c C s | j S )a **[Required]** Gets the id of this WebAppFirewallPolicy. The `OCID`__ of the WebAppFirewallPolicy. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this WebAppFirewallPolicy. :rtype: str �r �r. r0 r0 r1 r � s zWebAppFirewallPolicy.idc C s || _ dS )a Sets the id of this WebAppFirewallPolicy. The `OCID`__ of the WebAppFirewallPolicy. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this WebAppFirewallPolicy. :type: str Nr3 )r. r r0 r0 r1 r � s c C s | j S )z� **[Required]** Gets the display_name of this WebAppFirewallPolicy. WebAppFirewallPolicy display name, can be renamed. :return: The display_name of this WebAppFirewallPolicy. :rtype: str �r r4 r0 r0 r1 r � s z!WebAppFirewallPolicy.display_namec C s || _ dS )z� Sets the display_name of this WebAppFirewallPolicy. WebAppFirewallPolicy display name, can be renamed. :param display_name: The display_name of this WebAppFirewallPolicy. :type: str Nr5 )r. r r0 r0 r1 r � s c C s | j S )a* **[Required]** Gets the compartment_id of this WebAppFirewallPolicy. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this WebAppFirewallPolicy. :rtype: str �r r4 r0 r0 r1 r � s z#WebAppFirewallPolicy.compartment_idc C s || _ dS )a( Sets the compartment_id of this WebAppFirewallPolicy. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this WebAppFirewallPolicy. :type: str Nr6 )r. r r0 r0 r1 r � s c C s | j S )a **[Required]** Gets the time_created of this WebAppFirewallPolicy. The time the WebAppFirewallPolicy was created. An RFC3339 formatted datetime string. :return: The time_created of this WebAppFirewallPolicy. :rtype: datetime �r! r4 r0 r0 r1 r s z!WebAppFirewallPolicy.time_createdc C s || _ dS )a Sets the time_created of this WebAppFirewallPolicy. The time the WebAppFirewallPolicy was created. An RFC3339 formatted datetime string. :param time_created: The time_created of this WebAppFirewallPolicy. :type: datetime Nr7 )r. r r0 r0 r1 r s c C s | j S )z� Gets the time_updated of this WebAppFirewallPolicy. The time the WebAppFirewallPolicy was updated. An RFC3339 formatted datetime string. :return: The time_updated of this WebAppFirewallPolicy. :rtype: datetime �r"