Show / Hide Table of Contents

Class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig

Configuration options for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

Inheritance
object
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig
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 SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Enable

If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

Declaration
[JsonProperty("enable")]
public virtual bool? Enable { get; set; }
Property Value
Type Description
bool?

RuleVisibility

Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

Declaration
[JsonProperty("ruleVisibility")]
public virtual string RuleVisibility { get; set; }
Property Value
Type Description
string

ThresholdConfigs

Configuration options for layer7 adaptive protection for various customizable thresholds.

Declaration
[JsonProperty("thresholdConfigs")]
public virtual IList<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig> ThresholdConfigs { get; set; }
Property Value
Type Description
IList<SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX