public static class EnforceOnKey
Constants for wire representations of the SecurityPolicyRuleRateLimitOptions.Types.EnforceOnKey enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
All
public const string All = "ALL"
Wire representation of All.
Field Value | |
---|---|
Type | Description |
String |
HttpCookie
public const string HttpCookie = "HTTP_COOKIE"
Wire representation of HttpCookie.
Field Value | |
---|---|
Type | Description |
String |
HttpHeader
public const string HttpHeader = "HTTP_HEADER"
Wire representation of HttpHeader.
Field Value | |
---|---|
Type | Description |
String |
Ip
public const string Ip = "IP"
Wire representation of Ip.
Field Value | |
---|---|
Type | Description |
String |
UndefinedEnforceOnKey
public const string UndefinedEnforceOnKey = "UNDEFINED_ENFORCE_ON_KEY"
Wire representation of UndefinedEnforceOnKey.
Field Value | |
---|---|
Type | Description |
String |
XffIp
public const string XffIp = "XFF_IP"
Wire representation of XffIp.
Field Value | |
---|---|
Type | Description |
String |