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."],[[["The `FirewallLogConfig` class in the Google.Cloud.Compute.V1 namespace provides the logging options for a firewall rule in the Compute Engine v1 API."],["This class has versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the most current version available for the `FirewallLogConfig`."],["The `FirewallLogConfig` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, meaning it is a complex data structure."],["Key properties of the `FirewallLogConfig` class include `Enable` to determine whether to turn logging on or off, and `Metadata` to specify what kind of metadata to log."],["The `FirewallLogConfig` class also contains various methods inherited from the `object` class such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]