Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig |
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig.clone() |
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig |
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig.set(String fieldName,
Object value) |
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig |
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig.setEnforceOnKeyName(String enforceOnKeyName)
Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the
HTTP header whose value is taken as the key value.
|
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig |
SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig.setEnforceOnKeyType(String enforceOnKeyType)
Determines the key to enforce the rate_limit_threshold on.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig> |
SecurityPolicyRuleRateLimitOptions.getEnforceOnKeyConfigs()
If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated
as the key on which ratelimit threshold/action is enforced.
|
Modifier and Type | Method and Description |
---|---|
SecurityPolicyRuleRateLimitOptions |
SecurityPolicyRuleRateLimitOptions.setEnforceOnKeyConfigs(List<SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig> enforceOnKeyConfigs)
If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated
as the key on which ratelimit threshold/action is enforced.
|
Copyright © 2011–2024 Google. All rights reserved.