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.
|
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig |
getThresholdConfigs(int index)
Configuration options for layer7 adaptive protection for various customizable thresholds.
|
int |
getThresholdConfigsCount()
Configuration options for layer7 adaptive protection for various customizable thresholds.
|
List<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig> |
getThresholdConfigsList()
Configuration options for layer7 adaptive protection for various customizable thresholds.
|
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigOrBuilder |
getThresholdConfigsOrBuilder(int index)
Configuration options for layer7 adaptive protection for various customizable thresholds.
|
List<? extends SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigOrBuilder> |
getThresholdConfigsOrBuilderList()
Configuration options for layer7 adaptive protection for various customizable thresholds.
|
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. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
optional bool enable = 311764355;boolean getEnable()
If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
optional bool enable = 311764355;boolean hasRuleVisibility()
Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR. 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. This field is only supported in Global Security Policies of type CLOUD_ARMOR. 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. This field is only supported in Global Security Policies of type CLOUD_ARMOR. Check the RuleVisibility enum for the list of possible values.
optional string rule_visibility = 453258293;List<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig> getThresholdConfigsList()
Configuration options for layer7 adaptive protection for various customizable thresholds.
repeated .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig threshold_configs = 60347805;
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig getThresholdConfigs(int index)
Configuration options for layer7 adaptive protection for various customizable thresholds.
repeated .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig threshold_configs = 60347805;
int getThresholdConfigsCount()
Configuration options for layer7 adaptive protection for various customizable thresholds.
repeated .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig threshold_configs = 60347805;
List<? extends SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigOrBuilder> getThresholdConfigsOrBuilderList()
Configuration options for layer7 adaptive protection for various customizable thresholds.
repeated .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig threshold_configs = 60347805;
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigOrBuilder getThresholdConfigsOrBuilder(int index)
Configuration options for layer7 adaptive protection for various customizable thresholds.
repeated .google.cloud.compute.v1.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig threshold_configs = 60347805;
Copyright © 2025 Google LLC. All rights reserved.