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-31 UTC."],[[["This webpage provides documentation for the `FirewallLogConfig` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The `FirewallLogConfig` class is used to manage the logging options for firewall rules, including enabling logging and specifying metadata inclusion."],["The latest version available is 3.6.0, and the page provides links to various previous versions, starting from 1.0.0, all the way to 3.6.0."],["The `FirewallLogConfig` class includes properties such as `Enable` (to turn on logging) and `Metadata` (to define what metadata to log), and includes constructors to create new instances and copies of it."],["The class `FirewallLogConfig` also implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."]]],[]]