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 of the Google Cloud Container v1 API is 3.33.0, as shown in the provided list of available versions."],["This document provides reference and code samples for the `DefaultSnatStatus` class within the Google Kubernetes Engine v1 API."],["The `DefaultSnatStatus` class is used to manage the desired state of default Source Network Address Translation (sNAT) for a cluster, and allows users to determine whether default sNAT rules are disabled."],["The `DefaultSnatStatus` class is implemented in the namespace `Google.Cloud.Container.V1`, and it inherits from `object` while also implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DefaultSnatStatus` has a `Disabled` property of type `bool`, enabling the setting of the status of the default sNAT."]]],[]]