Show / Hide Table of Contents

Class RateLimitMatchRequest

Inheritance
System.Object
RateLimitMatchRequest
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 RateLimitMatchRequest

Fields

View Source

Methods

HTTP Methods, can be a subset ['POST','PUT'] or all ['_ALL_']. Default: ['_ALL_'].

Declaration
public readonly ImmutableArray<string> Methods
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Schemes

HTTP Schemes, can be one ['HTTPS'], both ['HTTP','HTTPS'] or all ['_ALL_']. Default: ['_ALL_'].

Declaration
public readonly ImmutableArray<string> Schemes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

UrlPattern

The URL pattern to match comprised of the host and path, i.e. example.org/path. Wildcard are expanded to match applicable traffic, query strings are not matched. Use * for all traffic to your zone. Default: '*'.

Declaration
public readonly string UrlPattern
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.