ruạṛ
a ���fy � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�RequestRateLimitingzv Module that allows inspection of HTTP connection properties and to limit requests frequency for a given key. c K s ddi| _ ddi| _d| _dS )a{ Initializes a new RequestRateLimiting object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param rules: The value to assign to the rules property of this RequestRateLimiting. :type rules: list[oci.waf.models.RequestRateLimitingRule] �ruleszlist[RequestRateLimitingRule]N)Z swagger_typesZ attribute_map�_rules)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/waf/models/request_rate_limiting.py�__init__ s ��zRequestRateLimiting.__init__c C s | j S )a Gets the rules of this RequestRateLimiting. Ordered list of RequestRateLimitingRules. Rules are executed in order of appearance in this array. :return: The rules of this RequestRateLimiting. :rtype: list[oci.waf.models.RequestRateLimitingRule] �r �r r r r r &