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."],[[["The `DefaultSnatStatus` class, part of the `Google.Cloud.Container.V1` namespace, controls whether default sNAT (Source Network Address Translation) is disabled on a cluster."],["This webpage provides documentation for the `DefaultSnatStatus` class, covering versions from 2.3.0 to 3.33.0, with 3.33.0 being the latest."],["`DefaultSnatStatus` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Disabled` property of type `Boolean`, which is used to set the state of cluster default sNAT rules."],["The class offers two constructors, one being empty, and the other taking another `DefaultSnatStatus` object as an argument."]]],[]]