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."],[[["This webpage details the `FirewallLogConfig` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google Cloud Compute .NET library, version 1.2.0."],["The `FirewallLogConfig` class is used to define the logging options for firewall rules and it inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation available is version 3.6.0, and there are also many previous versions dating back to 1.0.0."],["Key properties of the `FirewallLogConfig` class include `Enable`, which determines if logging is enabled for a firewall rule, and `Metadata`, which specifies whether to include or exclude metadata in firewall logs."],["The `FirewallLogConfig` has two constructors: one default constructor without parameters, and another that accepts another instance of `FirewallLogConfig` as a parameter."]]],[]]