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 page provides documentation for the `DefaultSnatStatus` class within the Google Kubernetes Engine v1 API, specifically for .NET."],["The `DefaultSnatStatus` class is used to determine whether default Source Network Address Translation (sNAT) should be disabled on a Kubernetes cluster."],["Version history is available, starting from version 2.3.0 and going up to the latest version 3.33.0 of `Google.Cloud.Container.V1`."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `DefaultSnatStatus` class has a `Disabled` property, which is a boolean that, when true, disables cluster default sNAT rules."]]],[]]