Show / Hide Table of Contents

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 Source

OriginTraffic

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.