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."],[[["This document provides reference documentation for the `FirewallLogConfig` class within the Compute Engine v1 API for .NET, specifically for versions ranging from 1.0.0 to 3.6.0, with version 3.6.0 being the latest."],["The `FirewallLogConfig` class, part of the `Google.Cloud.Compute.V1` namespace, allows configuring logging options for firewall rules and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FirewallLogConfig` class has two constructors: a parameterless constructor and one that takes another `FirewallLogConfig` instance, as well as a inherited list of members from an object."],["It includes properties to manage firewall log settings, such as `Enable` (a boolean to turn logging on/off), `HasEnable`, `HasMetadata` (to know if they are set), and `Metadata` (a string to specify if metadata should be included or excluded in the logs)."],["The document contains a comprehensive list of all previous versions, along with their respective links, for the FirewallLogConfig class, to quickly access them."]]],[]]