public sealed class DefaultSnatStatus : IMessage<DefaultSnatStatus>, IEquatable<DefaultSnatStatus>, IDeepCloneable<DefaultSnatStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class DefaultSnatStatus.
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 Kubernetes Engine v1 API."],["The latest available version of the `DefaultSnatStatus` API is 3.33.0, with multiple prior versions listed, down to version 2.3.0."],["The `DefaultSnatStatus` class is used to determine if default Source Network Address Translation (sNAT) should be disabled on a Kubernetes cluster."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The class has a `Disabled` property, a boolean that indicates whether cluster default sNAT rules should be disabled, and two different constructors, one default, and one with a parameter."]]],[]]