public sealed class DefaultSnatStatus : IMessage<DefaultSnatStatus>, IEquatable<DefaultSnatStatus>, IDeepCloneable<DefaultSnatStatus>, IBufferMessage, IMessage
DefaultSnatStatus contains the desired state of whether default sNAT should
be disabled on the cluster.
[[["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 page provides documentation for the `DefaultSnatStatus` class within the `Google.Cloud.Container.V1` namespace, specifically covering versions from 2.3.0 to the latest 3.33.0."],["`DefaultSnatStatus` is a class that controls whether default sNAT is disabled on a cluster and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DefaultSnatStatus` class inherits from the base `Object` class, and includes methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has two constructors, one that takes no parameters, and another that takes another `DefaultSnatStatus` object, and it contains a `Disabled` property of type boolean that controls sNAT rules."],["The latest version of `Google.Cloud.Container.V1` that is documented is version 3.33.0."]]],[]]