SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig constructor

SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig({
  1. bool? enable,
  2. String? ruleVisibility,
  3. List<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig> thresholdConfigs = const [],
})

Implementation

SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig({
  this.enable,
  this.ruleVisibility,
  this.thresholdConfigs = const [],
}) : super(fullyQualifiedName);