Class RateLimitMatchResponse
Inheritance
System.Object
RateLimitMatchResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare.Outputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class RateLimitMatchResponse
Fields
View SourceOriginTraffic
Only count traffic that has come from your origin servers. If true, cached items that Cloudflare serve will not count towards rate limiting. Default: true.
Declaration
public readonly bool? OriginTraffic
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Statuses
HTTP Status codes, can be one [403], many [401,403] or indicate all by not providing this value.
Declaration
public readonly ImmutableArray<int> Statuses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.Int32> |