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."],["The latest version of the documentation available is 3.33.0, and this class documentation covers versions ranging from 2.3.0 to 3.33.0."],["The `DefaultSnatStatus` class is used to configure whether default Source Network Address Translation (sNAT) rules are disabled on a Kubernetes cluster, and it inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a constructor to create a new instance of itself, and another constructor that takes a parameter of itself, along with a `Disabled` property that accepts a bool value to control the disabling of the sNAT rules."]]],[]]