SecurityPolicyDdosProtectionConfig constructor

SecurityPolicyDdosProtectionConfig({
  1. String? ddosAdaptiveProtection,
  2. double? ddosImpactedBaselineThreshold,
  3. String? ddosProtection,
})

Implementation

SecurityPolicyDdosProtectionConfig({
  this.ddosAdaptiveProtection,
  this.ddosImpactedBaselineThreshold,
  this.ddosProtection,
});