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 page provides reference documentation and code samples for the Compute Engine v1 API class `FirewallLogConfig`."],["`FirewallLogConfig` represents the available logging options for a firewall rule, as well as implementing various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FirewallLogConfig` class includes properties like `Enable` to toggle logging and `Metadata` to include or exclude metadata in the firewall logs."],["There are multiple versions of the documentation available, ranging from version 1.0.0 up to the latest 3.6.0, with the current version displayed being 2.3.0."],["The document details the class's constructors, namely the default `FirewallLogConfig()` and the copy constructor `FirewallLogConfig(FirewallLogConfig other)`."]]],[]]