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 documentation pertains to the `FirewallLogConfig` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The `FirewallLogConfig` class is used to define logging options for firewall rules, allowing for the configuration of whether to enable logging and to set metadata inclusion."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities such as message handling, equality checks, deep cloning, and buffer management."],["The documentation provides a version history of the `FirewallLogConfig`, with version 3.6.0 being the latest, and includes a detailed breakdown of the class's constructors and properties, such as `Enable`, `HasEnable`, `HasMetadata`, and `Metadata`."],["This documentation encompasses multiple versions, ranging from 1.0.0 up to the most recent 3.6.0, showing the evolution and history of the FirewallLogConfig class for Google Cloud Compute."]]],[]]