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."],[[["The latest version available for `Google.Cloud.Container.V1.DefaultSnatStatus` is 3.33.0, with a comprehensive list of prior versions provided."],["The `DefaultSnatStatus` class, part of the Google Kubernetes Engine v1 API, manages the desired state of default Source Network Address Translation (sNAT) within a cluster."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `DefaultSnatStatus` class includes a boolean property named `Disabled`, which is used to configure whether cluster default sNAT rules should be disabled."],["The documented versions of the `DefaultSnatStatus` class span from version 2.3.0 up to the latest 3.33.0, covering the Google Cloud Container V1 namespace."]]],[]]