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-03-21 UTC."],[[["The webpage provides documentation for the `DefaultSnatStatus` class within the `Google.Cloud.Container.V1` namespace, covering versions from 2.3.0 up to the latest version, 3.33.0."],["`DefaultSnatStatus` is a class that defines whether default source Network Address Translation (sNAT) should be disabled on a Google Kubernetes Engine (GKE) cluster."],["The `DefaultSnatStatus` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enhance its functionality and integration within the .NET ecosystem."],["The class has a property called `Disabled` which is a boolean type that determines if default sNAT rules are disabled."],["The page provides a breakdown of the class's constructors and its inherited members from the base `Object` class."]]],[]]