Show / Hide Table of Contents

Class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig

Inheritance
object
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig : IDirectResponseSchema

Properties

AutoDeployConfidenceThreshold

Declaration
[JsonProperty("autoDeployConfidenceThreshold")]
public virtual float? AutoDeployConfidenceThreshold { get; set; }
Property Value
Type Description
float?

AutoDeployExpirationSec

Declaration
[JsonProperty("autoDeployExpirationSec")]
public virtual int? AutoDeployExpirationSec { get; set; }
Property Value
Type Description
int?

AutoDeployImpactedBaselineThreshold

Declaration
[JsonProperty("autoDeployImpactedBaselineThreshold")]
public virtual float? AutoDeployImpactedBaselineThreshold { get; set; }
Property Value
Type Description
float?

AutoDeployLoadThreshold

Declaration
[JsonProperty("autoDeployLoadThreshold")]
public virtual float? AutoDeployLoadThreshold { get; set; }
Property Value
Type Description
float?

DetectionAbsoluteQps

Declaration
[JsonProperty("detectionAbsoluteQps")]
public virtual float? DetectionAbsoluteQps { get; set; }
Property Value
Type Description
float?

DetectionLoadThreshold

Declaration
[JsonProperty("detectionLoadThreshold")]
public virtual float? DetectionLoadThreshold { get; set; }
Property Value
Type Description
float?

DetectionRelativeToBaselineQps

Declaration
[JsonProperty("detectionRelativeToBaselineQps")]
public virtual float? DetectionRelativeToBaselineQps { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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
Type Description
string

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
Type Description
IList<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX