📂 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_meter_datum.cpython-39.pyc
a ���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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))� WafMeterDatumz WafMeterDatum model. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new WafMeterDatum 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 WafMeterDatum. :type time_observed: datetime :param time_range_in_seconds: The value to assign to the time_range_in_seconds property of this WafMeterDatum. :type time_range_in_seconds: int :param tenancy_id: The value to assign to the tenancy_id property of this WafMeterDatum. :type tenancy_id: str :param compartment_id: The value to assign to the compartment_id property of this WafMeterDatum. :type compartment_id: str :param waas_policy_id: The value to assign to the waas_policy_id property of this WafMeterDatum. :type waas_policy_id: str :param is_oci_origin: The value to assign to the is_oci_origin property of this WafMeterDatum. :type is_oci_origin: bool :param is_bot_enabled: The value to assign to the is_bot_enabled property of this WafMeterDatum. :type is_bot_enabled: bool :param request_count: The value to assign to the request_count property of this WafMeterDatum. :type request_count: int :param traffic_in_bytes: The value to assign to the traffic_in_bytes property of this WafMeterDatum. :type traffic_in_bytes: int :param tag_slug: The value to assign to the tag_slug property of this WafMeterDatum. :type tag_slug: str Zdatetime�int�str�bool) � time_observed�time_range_in_seconds� tenancy_id�compartment_id�waas_policy_id� is_oci_origin�is_bot_enabled� request_count�traffic_in_bytes�tag_slugZtimeObservedZtimeRangeInSecondsZ tenancyIdZ compartmentIdZwaasPolicyIdZisOciOriginZisBotEnabledZrequestCountZtrafficInBytesZtagSlugN)Z swagger_typesZ attribute_map�_time_observed�_time_range_in_seconds�_tenancy_id�_compartment_id�_waas_policy_id�_is_oci_origin�_is_bot_enabled�_request_count�_traffic_in_bytes� _tag_slug)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/waas/models/waf_meter_datum.py�__init__ s@ /�� zWafMeterDatum.__init__c C s | j S )a Gets the time_observed of this WafMeterDatum. 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 WafMeterDatum. :rtype: datetime �r �r r r r! r e s zWafMeterDatum.time_observedc C s || _ dS )a& Sets the time_observed of this WafMeterDatum. 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 WafMeterDatum. :type: datetime Nr# )r r r r r! r q s c C s | j S )z� Gets the time_range_in_seconds of this WafMeterDatum. The number of seconds this data covers. :return: The time_range_in_seconds of this WafMeterDatum. :rtype: int �r r$ r r r! r } s z#WafMeterDatum.time_range_in_secondsc C s || _ dS )z� Sets the time_range_in_seconds of this WafMeterDatum. The number of seconds this data covers. :param time_range_in_seconds: The time_range_in_seconds of this WafMeterDatum. :type: int Nr% )r r r r r! r � s c C s | j S )z� Gets the tenancy_id of this WafMeterDatum. The tenancy OCID of the data. :return: The tenancy_id of this WafMeterDatum. :rtype: str �r r$ r r r! r � s zWafMeterDatum.tenancy_idc C s || _ dS )z� Sets the tenancy_id of this WafMeterDatum. The tenancy OCID of the data. :param tenancy_id: The tenancy_id of this WafMeterDatum. :type: str Nr&