public sealed class FirewallLogConfig : IMessage<FirewallLogConfig>, IEquatable<FirewallLogConfig>, IDeepCloneable<FirewallLogConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class FirewallLogConfig.
The available logging options for a firewall rule.
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.
Check the Metadata enum for the list of possible values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `FirewallLogConfig` class within the Google Compute Engine v1 API, specifically for .NET development."],["The `FirewallLogConfig` class represents the logging options available for a firewall rule and is part of the `Google.Cloud.Compute.V1` namespace."],["The latest available version is 3.6.0 and there are numerous older versions of the `FirewallLogConfig` documentation, going back to version 1.0.0, all accessible through the provided links."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The `FirewallLogConfig` class includes properties to control logging, such as `Enable` to turn logging on or off, and `Metadata` to specify what type of metadata should be included in the logs."]]],[]]