public sealed class DefaultSnatStatus : IMessage<DefaultSnatStatus>, IEquatable<DefaultSnatStatus>, IDeepCloneable<DefaultSnatStatus>, IBufferMessage, IMessage
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-04-09 UTC."],[[["This webpage provides documentation for the `DefaultSnatStatus` class within the `Google.Cloud.Container.V1` namespace, detailing its purpose and implementation across various versions."],["The `DefaultSnatStatus` class is used to define whether default Source Network Address Translation (sNAT) should be disabled on a Kubernetes cluster, and it inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has a `Disabled` property of type boolean that can be set or get, which determines if the cluster's default sNAT rules should be turned off."],["The page lists the documentation for `DefaultSnatStatus` across a wide range of versions, from 2.3.0 up to the latest version 3.33.0, allowing developers to access relevant information based on their specific version."]]],[]]