public sealed class RouterNatLogConfig : IMessage<RouterNatLogConfig>, IEquatable<RouterNatLogConfig>, IDeepCloneable<RouterNatLogConfig>, IBufferMessage, IMessage
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."],[[["The latest version available for `RouterNatLogConfig` is 3.6.0, as part of the Google.Cloud.Compute.V1 package."],["This documentation covers versions of `RouterNatLogConfig` ranging from 1.0.0 to 3.6.0, providing access to the history and evolution of this class."],["`RouterNatLogConfig` is used for configuring logging on a Network Address Translation (NAT) within Google Cloud, with options to filter logs by connection success or failure."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message processing and deep cloning."],["The configuration of `RouterNatLogConfig` is controlled by the `Enable` property, which determines if logs should be exported, and the `Filter` property, which determines which logs will be exported."]]],[]]