Class SecurityPolicyCloudArmorConfig
Configuration options for Cloud Armor.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SecurityPolicyCloudArmorConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableMl
If set to true, enables Cloud Armor Machine Learning.
Declaration
[JsonProperty("enableMl")]
public virtual bool? EnableMl { get; set; }
Property Value
Type | Description |
---|---|
bool? |