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 `FirewallLogConfig` class in the Google.Cloud.Compute.V1 API provides the configuration for logging options related to a firewall rule."],["This class supports versions ranging from 1.0.0 to the latest version 3.6.0, offering backwards compatibility and a selection of different versions for the API."],["The `FirewallLogConfig` class allows users to enable or disable logging for specific firewall rules, which can be done through the `Enable` property."],["The `Metadata` property within `FirewallLogConfig` allows users to specify whether metadata should be included in the logs when logging is enabled."],["It implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionalities like deep cloning and message handling."]]],[]]