Uses of Interface
com.google.cloud.compute.v1.SecurityPolicyRuleRateLimitOptionsOrBuilder
-
Packages that use SecurityPolicyRuleRateLimitOptionsOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of SecurityPolicyRuleRateLimitOptionsOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement SecurityPolicyRuleRateLimitOptionsOrBuilder Modifier and Type Class Description class
SecurityPolicyRuleRateLimitOptions
static class
SecurityPolicyRuleRateLimitOptions.Builder
Methods in com.google.cloud.compute.v1 that return SecurityPolicyRuleRateLimitOptionsOrBuilder Modifier and Type Method Description SecurityPolicyRuleRateLimitOptionsOrBuilder
SecurityPolicyRule.Builder. getRateLimitOptionsOrBuilder()
Must be specified if the action is "rate_based_ban" or "throttle".SecurityPolicyRuleRateLimitOptionsOrBuilder
SecurityPolicyRule. getRateLimitOptionsOrBuilder()
Must be specified if the action is "rate_based_ban" or "throttle".SecurityPolicyRuleRateLimitOptionsOrBuilder
SecurityPolicyRuleOrBuilder. getRateLimitOptionsOrBuilder()
Must be specified if the action is "rate_based_ban" or "throttle".
-