public sealed class RouterNatLogConfig : IMessage<RouterNatLogConfig>, IEquatable<RouterNatLogConfig>, IDeepCloneable<RouterNatLogConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class RouterNatLogConfig.
Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs only for connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - ALL: Export logs for all connections, successful and unsuccessful.
Check the Filter 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 provides reference documentation for the `RouterNatLogConfig` class within the Google.Cloud.Compute.V1 API, specifically version 2.2.0 and other versions as well."],["`RouterNatLogConfig` is used to configure logging for Network Address Translation (NAT) in Compute Engine, allowing you to export logs for connection failures, successful connections, or all connections."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for .NET and provides `Enable` and `Filter` properties to configure log exporting and filtering."],["The documentation includes a comprehensive list of available versions of the `RouterNatLogConfig` class, ranging from version 1.0.0 up to 3.6.0."],["The documentation also includes information about the namespace, assembly, constructors, properties, inherited members, as well as the parameters used in the `RouterNatLogConfig`."]]],[]]