RequestRateLimiting

class oci.waf.models.RequestRateLimiting(**kwargs)

Bases: object

Module that allows inspection of HTTP connection properties and to limit requests frequency for a given key.

Methods

__init__(**kwargs) Initializes a new RequestRateLimiting object with values from keyword arguments.

Attributes

rules Gets the rules of this RequestRateLimiting.
__init__(**kwargs)

Initializes a new RequestRateLimiting object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:rules (list[oci.waf.models.RequestRateLimitingRule]) – The value to assign to the rules property of this RequestRateLimiting.
rules

Gets the rules of this RequestRateLimiting. Ordered list of RequestRateLimitingRules. Rules are executed in order of appearance in this array.

Returns:The rules of this RequestRateLimiting.
Return type:list[oci.waf.models.RequestRateLimitingRule]