SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig constructor

SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig({
  1. double? autoDeployConfidenceThreshold,
  2. int? autoDeployExpirationSec,
  3. double? autoDeployImpactedBaselineThreshold,
  4. double? autoDeployLoadThreshold,
  5. double? detectionAbsoluteQps,
  6. double? detectionLoadThreshold,
  7. double? detectionRelativeToBaselineQps,
  8. String? name,
  9. List<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig>? trafficGranularityConfigs,
})

Implementation

SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig({
  this.autoDeployConfidenceThreshold,
  this.autoDeployExpirationSec,
  this.autoDeployImpactedBaselineThreshold,
  this.autoDeployLoadThreshold,
  this.detectionAbsoluteQps,
  this.detectionLoadThreshold,
  this.detectionRelativeToBaselineQps,
  this.name,
  this.trafficGranularityConfigs,
});