ComputeSecurityPolicySecurityPolicyAdaptiveProtectionThresholdConfig class

One entry in threshold_configs. The numeric knobs are passed through verbatim -- consult the Cloud Armor adaptive-protection docs for tuning guidance.

Annotations
  • @immutable

Constructors

ComputeSecurityPolicySecurityPolicyAdaptiveProtectionThresholdConfig({required TfArg<String> name, TfArg<double>? autoDeployConfidenceThreshold, TfArg<double>? autoDeployExpirationSec, TfArg<double>? autoDeployImpactedBaselineThreshold, TfArg<double>? autoDeployLoadThreshold, TfArg<double>? detectionAbsoluteQps, TfArg<double>? detectionLoadThreshold, TfArg<double>? detectionRelativeToBaselineQps, List<ComputeSecurityPolicySecurityPolicyTrafficGranularityConfig>? trafficGranularityConfigs})
const

Properties

autoDeployConfidenceThreshold → TfArg<double>?
final
autoDeployExpirationSec → TfArg<double>?
final
autoDeployImpactedBaselineThreshold → TfArg<double>?
final
autoDeployLoadThreshold → TfArg<double>?
final
detectionAbsoluteQps → TfArg<double>?
final
detectionLoadThreshold → TfArg<double>?
final
detectionRelativeToBaselineQps → TfArg<double>?
final
hashCode int
The hash code for this object.
no setterinherited
name → TfArg<String>
Unique config name (1-63 chars, RFC1035).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trafficGranularityConfigs List<ComputeSecurityPolicySecurityPolicyTrafficGranularityConfig>?
Per-traffic-segment thresholds (e.g. region, header value). Each entry constitutes a separate traffic unit for evaluation.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toArgMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited