Show / Hide Table of Contents

Class FirewallLogConfig

The available logging options for a firewall rule.

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

Properties

ETag

The ETag of the item.

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

Enable

This field denotes whether to enable logging for a particular firewall rule.

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

Metadata

This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX