📂 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
›
waas
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/waas/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: waf_request.cpython-39.pyc
a ���fk � @ 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 d d� Z dd� Zdd� ZdS )� WafRequestzn A time series of request counts handled by the Web Application Firewall, including blocked requests. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new WafRequest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_observed: The value to assign to the time_observed property of this WafRequest. :type time_observed: datetime :param time_range_in_seconds: The value to assign to the time_range_in_seconds property of this WafRequest. :type time_range_in_seconds: int :param count: The value to assign to the count property of this WafRequest. :type count: int Zdatetime�int)� time_observed�time_range_in_seconds�countZtimeObservedZtimeRangeInSecondsr N)Z swagger_typesZ attribute_map�_time_observed�_time_range_in_seconds�_count)�self�kwargs� r �?/usr/lib/python3.9/site-packages/oci/waas/models/waf_request.py�__init__ s ��zWafRequest.__init__c C s | j S )a Gets the time_observed of this WafRequest. The date and time the traffic was observed, rounded down to the start of a range, and expressed in RFC 3339 timestamp format. :return: The time_observed of this WafRequest. :rtype: datetime �r �r r r r r 4 s zWafRequest.time_observedc C s || _ dS )a Sets the time_observed of this WafRequest. The date and time the traffic was observed, rounded down to the start of a range, and expressed in RFC 3339 timestamp format. :param time_observed: The time_observed of this WafRequest. :type: datetime Nr )r r r r r r @ s c C s | j S )z� Gets the time_range_in_seconds of this WafRequest. The number of seconds this data covers. :return: The time_range_in_seconds of this WafRequest. :rtype: int �r r r r r r L s z WafRequest.time_range_in_secondsc C s || _ dS )z� Sets the time_range_in_seconds of this WafRequest. The number of seconds this data covers. :param time_range_in_seconds: The time_range_in_seconds of this WafRequest. :type: int Nr )r r r r r r X s c C s | j S )z� Gets the count of this WafRequest. The total number of requests received in this time period. :return: The count of this WafRequest. :rtype: int �r r r r r r d s zWafRequest.countc C s || _ dS )z� Sets the count of this WafRequest. The total number of requests received in this time period. :param count: The count of this WafRequest. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zWafRequest.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zWafRequest.__eq__c C s | |k S r r r r r r �__ne__� s zWafRequest.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"