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 namespace provides logging options for firewall rules within the Compute Engine v1 API."],["Version 3.6.0 is the latest version of this class, with a range of previous versions from 3.5.0 down to 1.0.0 also being available."],["`FirewallLogConfig` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties to enable logging (`Enable`) and specify metadata inclusion (`Metadata`) in firewall logs."],["There are 2 constructors for the class, `FirewallLogConfig()` and `FirewallLogConfig(FirewallLogConfig other)`, the second allowing you to pass in another `FirewallLogConfig` for instantiation."]]],[]]