SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig constructor
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig({
- bool? enable,
- String? ruleVisibility,
- List<
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig> thresholdConfigs = const [],
Implementation
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig({
this.enable,
this.ruleVisibility,
this.thresholdConfigs = const [],
}) : super(fullyQualifiedName);