public static enum SecurityPolicyRuleRateLimitOptions.EnforceOnKey extends Enum<SecurityPolicyRuleRateLimitOptions.EnforceOnKey> implements com.google.protobuf.ProtocolMessageEnum
Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL. - USER_IP: The IP address of the originating client, which is resolved based on "userIpRequestHeaders" configured with the security policy. If there is no "userIpRequestHeaders" configuration or an IP address cannot be resolved from it, the key type defaults to IP. - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the key type defaults to ALL.Protobuf enum
google.cloud.compute.v1.SecurityPolicyRuleRateLimitOptions.EnforceOnKey| Enum Constant and Description |
|---|
ALL
ALL = 64897; |
HTTP_COOKIE
HTTP_COOKIE = 494981627; |
HTTP_HEADER
HTTP_HEADER = 91597348; |
HTTP_PATH
HTTP_PATH = 311503228; |
IP
IP = 2343; |
REGION_CODE
REGION_CODE = 79559768; |
SNI
SNI = 82254; |
TLS_JA3_FINGERPRINT
TLS_JA3_FINGERPRINT = 327127933; |
TLS_JA4_FINGERPRINT
TLS_JA4_FINGERPRINT = 33724926; |
UNDEFINED_ENFORCE_ON_KEY
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
USER_IP
USER_IP = 34009627; |
XFF_IP
XFF_IP = 438707118; |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_VALUE
ALL = 64897; |
static int |
HTTP_COOKIE_VALUE
HTTP_COOKIE = 494981627; |
static int |
HTTP_HEADER_VALUE
HTTP_HEADER = 91597348; |
static int |
HTTP_PATH_VALUE
HTTP_PATH = 311503228; |
static int |
IP_VALUE
IP = 2343; |
static int |
REGION_CODE_VALUE
REGION_CODE = 79559768; |
static int |
SNI_VALUE
SNI = 82254; |
static int |
TLS_JA3_FINGERPRINT_VALUE
TLS_JA3_FINGERPRINT = 327127933; |
static int |
TLS_JA4_FINGERPRINT_VALUE
TLS_JA4_FINGERPRINT = 33724926; |
static int |
UNDEFINED_ENFORCE_ON_KEY_VALUE
A value indicating that the enum field is not set.
|
static int |
USER_IP_VALUE
USER_IP = 34009627; |
static int |
XFF_IP_VALUE
XFF_IP = 438707118; |
| Modifier and Type | Method and Description |
|---|---|
static SecurityPolicyRuleRateLimitOptions.EnforceOnKey |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<SecurityPolicyRuleRateLimitOptions.EnforceOnKey> |
internalGetValueMap() |
static SecurityPolicyRuleRateLimitOptions.EnforceOnKey |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SecurityPolicyRuleRateLimitOptions.EnforceOnKey |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SecurityPolicyRuleRateLimitOptions.EnforceOnKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityPolicyRuleRateLimitOptions.EnforceOnKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey UNDEFINED_ENFORCE_ON_KEY
A value indicating that the enum field is not set.
UNDEFINED_ENFORCE_ON_KEY = 0;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey ALL
ALL = 64897;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey HTTP_COOKIE
HTTP_COOKIE = 494981627;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey HTTP_HEADER
HTTP_HEADER = 91597348;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey HTTP_PATH
HTTP_PATH = 311503228;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey IP
IP = 2343;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey REGION_CODE
REGION_CODE = 79559768;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey SNI
SNI = 82254;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey TLS_JA3_FINGERPRINT
TLS_JA3_FINGERPRINT = 327127933;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey TLS_JA4_FINGERPRINT
TLS_JA4_FINGERPRINT = 33724926;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey USER_IP
USER_IP = 34009627;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey XFF_IP
XFF_IP = 438707118;public static final SecurityPolicyRuleRateLimitOptions.EnforceOnKey UNRECOGNIZED
public static final int UNDEFINED_ENFORCE_ON_KEY_VALUE
A value indicating that the enum field is not set.
UNDEFINED_ENFORCE_ON_KEY = 0;public static final int ALL_VALUE
ALL = 64897;public static final int HTTP_COOKIE_VALUE
HTTP_COOKIE = 494981627;public static final int HTTP_HEADER_VALUE
HTTP_HEADER = 91597348;public static final int HTTP_PATH_VALUE
HTTP_PATH = 311503228;public static final int IP_VALUE
IP = 2343;public static final int REGION_CODE_VALUE
REGION_CODE = 79559768;public static final int SNI_VALUE
SNI = 82254;public static final int TLS_JA3_FINGERPRINT_VALUE
TLS_JA3_FINGERPRINT = 327127933;public static final int TLS_JA4_FINGERPRINT_VALUE
TLS_JA4_FINGERPRINT = 33724926;public static final int USER_IP_VALUE
USER_IP = 34009627;public static final int XFF_IP_VALUE
XFF_IP = 438707118;public static SecurityPolicyRuleRateLimitOptions.EnforceOnKey[] values()
for (SecurityPolicyRuleRateLimitOptions.EnforceOnKey c : SecurityPolicyRuleRateLimitOptions.EnforceOnKey.values()) System.out.println(c);
public static SecurityPolicyRuleRateLimitOptions.EnforceOnKey valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SecurityPolicyRuleRateLimitOptions.EnforceOnKey valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static SecurityPolicyRuleRateLimitOptions.EnforceOnKey forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SecurityPolicyRuleRateLimitOptions.EnforceOnKey> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SecurityPolicyRuleRateLimitOptions.EnforceOnKey valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.