ComputeSecurityPolicySecurityPolicyLayer7DdosDefenseConfig class
layer_7_ddos_defense_config block. Pair enable with ruleVisibility
(typically 'STANDARD'); per-segment thresholds can be tuned via
thresholdConfigs for tenants with predictable traffic shape.
- Annotations
-
- @immutable
Constructors
-
ComputeSecurityPolicySecurityPolicyLayer7DdosDefenseConfig({TfArg<
bool> ? enable, TfArg<String> ? ruleVisibility, List<ComputeSecurityPolicySecurityPolicyAdaptiveProtectionThresholdConfig> ? thresholdConfigs}) -
const
Properties
-
enable
→ TfArg<
bool> ? -
Master switch for L7 adaptive protection on this policy.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ruleVisibility
→ TfArg<
String> ? -
Which rule details are surfaced in attack alerts:
'STANDARD'(anonymised) or'PREMIUM'(full rule body). Premium requires Managed Protection Plus.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
thresholdConfigs
→ List<
ComputeSecurityPolicySecurityPolicyAdaptiveProtectionThresholdConfig> ? -
Per-named-config threshold overrides. Each entry must have a
unique ComputeSecurityPolicySecurityPolicyAdaptiveProtectionThresholdConfig.name.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toArgMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited