Show / Hide Table of Contents

Class SecurityPolicyCloudArmorConfig

Configuration options for Cloud Armor.

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

Properties

EnableMl

If set to true, enables Cloud Armor Machine Learning.

Declaration
[JsonProperty("enableMl")]
public virtual bool? EnableMl { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In This Article
Back to top