SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig constructor

SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig({
  1. double? autoDeployConfidenceThreshold,
  2. int? autoDeployExpirationSec,
  3. double? autoDeployImpactedBaselineThreshold,
  4. double? autoDeployLoadThreshold,
  5. String? name,
})

Implementation

SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig({
  this.autoDeployConfidenceThreshold,
  this.autoDeployExpirationSec,
  this.autoDeployImpactedBaselineThreshold,
  this.autoDeployLoadThreshold,
  this.name,
});