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-31 UTC."],[[["This webpage provides reference documentation for the `FirewallLogConfig` class within the Google Compute Engine v1 API for .NET, detailing its implementation and usage across multiple versions."],["The latest version available is 3.6.0, while the current page displays the documentation for version 3.4.0, alongside links to 29 other versions ranging from 1.0.0 to 3.5.0."],["`FirewallLogConfig` is a class that defines the logging options for a firewall rule, inheriting from object and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FirewallLogConfig` class allows users to enable or disable logging for a particular firewall rule using the `Enable` property, and to specify whether to include or exclude metadata in firewall logs through the `Metadata` property."],["The class includes multiple constructors, one of which allows it to be initialized from an existing `FirewallLogConfig` object, and contains properties to check for the presence of the 'enable' and 'metadata' fields, using `HasEnable` and `HasMetadata` respectively."]]],[]]