public interface SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnable()
If set to true, enables CAAP for L7 DDoS detection.
|
String |
getRuleVisibility()
Rule visibility can be one of the following: STANDARD - opaque rules.
|
com.google.protobuf.ByteString |
getRuleVisibilityBytes()
Rule visibility can be one of the following: STANDARD - opaque rules.
|
boolean |
hasEnable()
If set to true, enables CAAP for L7 DDoS detection.
|
boolean |
hasRuleVisibility()
Rule visibility can be one of the following: STANDARD - opaque rules.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnable()
If set to true, enables CAAP for L7 DDoS detection.
optional bool enable = 311764355;boolean getEnable()
If set to true, enables CAAP for L7 DDoS detection.
optional bool enable = 311764355;boolean hasRuleVisibility()
Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. Check the RuleVisibility enum for the list of possible values.
optional string rule_visibility = 453258293;String getRuleVisibility()
Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. Check the RuleVisibility enum for the list of possible values.
optional string rule_visibility = 453258293;com.google.protobuf.ByteString getRuleVisibilityBytes()
Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. Check the RuleVisibility enum for the list of possible values.
optional string rule_visibility = 453258293;Copyright © 2023 Google LLC. All rights reserved.