Show / Hide Table of Contents

Class SecurityPolicyAdaptiveProtectionConfig

Configuration options for Cloud Armor Adaptive Protection (CAAP).

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

Properties

AutoDeployConfig

Declaration
[JsonProperty("autoDeployConfig")]
public virtual SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig AutoDeployConfig { get; set; }
Property Value
Type Description
SecurityPolicyAdaptiveProtectionConfigAutoDeployConfig

ETag

The ETag of the item.

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

Layer7DdosDefenseConfig

If set to true, enables Cloud Armor Machine Learning.

Declaration
[JsonProperty("layer7DdosDefenseConfig")]
public virtual SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig Layer7DdosDefenseConfig { get; set; }
Property Value
Type Description
SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX