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-04-02 UTC."],[[["The `FirewallLogConfig` class in the `Google.Cloud.Compute.V1` namespace is used to configure logging options for firewall rules within the Compute Engine v1 API."],["The latest available version is 3.6.0, with version 2.17.0 being the one that this page focuses on, but there are many other available versions listed ranging down to 1.0.0."],["The class provides properties such as `Enable` to determine whether logging is enabled for a rule and `Metadata` to control the inclusion of metadata in firewall logs."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and provides constructors for creating new instances and copying from existing ones."],["The `FirewallLogConfig` class inherits from the `object` class and has no members that it defines outside of its implemented interfaces and its own properties and constructors."]]],[]]