SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig class
Constructors
-
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig.new({double? autoDeployConfidenceThreshold, int? autoDeployExpirationSec, double? autoDeployImpactedBaselineThreshold, double? autoDeployLoadThreshold, double? detectionAbsoluteQps, double? detectionLoadThreshold, double? detectionRelativeToBaselineQps, String? name, List<
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig> ? trafficGranularityConfigs}) - SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig.fromJson(Map json_)
Properties
- autoDeployConfidenceThreshold ↔ double?
-
getter/setter pair
- autoDeployExpirationSec ↔ int?
-
getter/setter pair
- autoDeployImpactedBaselineThreshold ↔ double?
-
getter/setter pair
- autoDeployLoadThreshold ↔ double?
-
getter/setter pair
- detectionAbsoluteQps ↔ double?
-
getter/setter pair
- detectionLoadThreshold ↔ double?
-
getter/setter pair
- detectionRelativeToBaselineQps ↔ double?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The name must be 1-63 characters long, and comply with RFC1035.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trafficGranularityConfigs
↔ List<
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig> ? -
Configuration options for enabling Adaptive Protection to operate on
specified granular traffic units.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited