SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig class
Constructors
- SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig({double? autoDeployConfidenceThreshold, int? autoDeployExpirationSec, double? autoDeployImpactedBaselineThreshold, double? autoDeployLoadThreshold, String? name})
- 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
- 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
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