Class ComputeEnumConstants.SecurityPolicyRuleRateLimitOptions.EnforceOnKey (1.3.0)

public static class EnforceOnKey

Constants for wire representations of the SecurityPolicyRuleRateLimitOptions.Types.EnforceOnKey enum.

Inheritance

Object > ComputeEnumConstants.SecurityPolicyRuleRateLimitOptions.EnforceOnKey

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

All

public const string All = "ALL"

Wire representation of All.

Field Value
TypeDescription
String

HttpCookie

public const string HttpCookie = "HTTP_COOKIE"

Wire representation of HttpCookie.

Field Value
TypeDescription
String

HttpHeader

public const string HttpHeader = "HTTP_HEADER"

Wire representation of HttpHeader.

Field Value
TypeDescription
String

Ip

public const string Ip = "IP"

Wire representation of Ip.

Field Value
TypeDescription
String

UndefinedEnforceOnKey

public const string UndefinedEnforceOnKey = "UNDEFINED_ENFORCE_ON_KEY"

Wire representation of UndefinedEnforceOnKey.

Field Value
TypeDescription
String

XffIp

public const string XffIp = "XFF_IP"

Wire representation of XffIp.

Field Value
TypeDescription
String