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 webpage provides documentation for the `DefaultSnatStatus` class within the `Google.Cloud.Container.V1` namespace, specifically version 2.4.0, which controls the desired state of default Source Network Address Translation (sNAT) on a cluster."],["The latest version of the `DefaultSnatStatus` documentation is available at version 3.33.0, with many versions going all the way down to 2.3.0."],["The `DefaultSnatStatus` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `Object` class."],["The `DefaultSnatStatus` class has a `Disabled` property, which is a boolean value that determines if cluster default sNAT rules are disabled."],["The page contains a constructor for the `DefaultSnatStatus` class that can take another `DefaultSnatStatus` object as a parameter."]]],[]]