Show / Hide Table of Contents

Class RequestRateLimiting

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

Inheritance
object
RequestRateLimiting
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.WafService.Models
Assembly: OCI.DotNetSDK.Waf.dll
Syntax
public class RequestRateLimiting

Properties

Rules

Declaration
[JsonProperty(PropertyName = "rules")]
public List<RequestRateLimitingRule> Rules { get; set; }
Property Value
Type Description
List<RequestRateLimitingRule>

Ordered list of RequestRateLimitingRules. Rules are executed in order of appearance in this array.

In this article
Back to top