SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig constructor
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig({
- double? autoDeployConfidenceThreshold,
- int? autoDeployExpirationSec,
- double? autoDeployImpactedBaselineThreshold,
- double? autoDeployLoadThreshold,
- double? detectionAbsoluteQps,
- double? detectionLoadThreshold,
- double? detectionRelativeToBaselineQps,
- String? name,
- List<
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig> ? trafficGranularityConfigs,
Implementation
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig({
this.autoDeployConfidenceThreshold,
this.autoDeployExpirationSec,
this.autoDeployImpactedBaselineThreshold,
this.autoDeployLoadThreshold,
this.detectionAbsoluteQps,
this.detectionLoadThreshold,
this.detectionRelativeToBaselineQps,
this.name,
this.trafficGranularityConfigs,
});