Class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig
Inheritance
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig : IDirectResponseSchema
Properties
AutoDeployConfidenceThreshold
Declaration
[JsonProperty("autoDeployConfidenceThreshold")]
public virtual float? AutoDeployConfidenceThreshold { get; set; }
Property Value
AutoDeployExpirationSec
Declaration
[JsonProperty("autoDeployExpirationSec")]
public virtual int? AutoDeployExpirationSec { get; set; }
Property Value
AutoDeployImpactedBaselineThreshold
Declaration
[JsonProperty("autoDeployImpactedBaselineThreshold")]
public virtual float? AutoDeployImpactedBaselineThreshold { get; set; }
Property Value
AutoDeployLoadThreshold
Declaration
[JsonProperty("autoDeployLoadThreshold")]
public virtual float? AutoDeployLoadThreshold { get; set; }
Property Value
DetectionAbsoluteQps
Declaration
[JsonProperty("detectionAbsoluteQps")]
public virtual float? DetectionAbsoluteQps { get; set; }
Property Value
DetectionLoadThreshold
Declaration
[JsonProperty("detectionLoadThreshold")]
public virtual float? DetectionLoadThreshold { get; set; }
Property Value
DetectionRelativeToBaselineQps
Declaration
[JsonProperty("detectionRelativeToBaselineQps")]
public virtual float? DetectionRelativeToBaselineQps { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Name
The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the security
policy.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
TrafficGranularityConfigs
Configuration options for enabling Adaptive Protection to operate on specified granular traffic units.
Declaration
[JsonProperty("trafficGranularityConfigs")]
public virtual IList<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig> TrafficGranularityConfigs { get; set; }
Property Value
Implements