public sealed class FirewallLogConfig : IMessage<FirewallLogConfig>, IEquatable<FirewallLogConfig>, IDeepCloneable<FirewallLogConfig>, IBufferMessage, IMessage
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, found in the `Google.Cloud.Compute.V1` namespace, represents the logging configuration for a firewall rule."],["Version 3.6.0 is the latest version of the `FirewallLogConfig` documentation, with several other versions available, ranging down to 1.0.0."],["`FirewallLogConfig` class inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Enable` property (boolean) in `FirewallLogConfig` determines if logging is active for a specific firewall rule, while the `Metadata` property (string) dictates whether metadata is included in the firewall logs."],["The `FirewallLogConfig` class has two constructors, one being an empty constructor, and another that takes a `FirewallLogConfig` object as an argument."]]],[]]