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` is 3.33.0, with a comprehensive history of versions dating back to 2.3.0."],["This webpage focuses on the `DefaultSnatStatus` class within the `Google.Cloud.Container.V1` namespace, which manages the desired state of default sNAT on a Kubernetes cluster."],["The `DefaultSnatStatus` class provides functionality for disabling default sNAT rules through its `Disabled` property, a boolean value that allows users to control this feature."],["The `DefaultSnatStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The documentation provides details on the constructors available for the `DefaultSnatStatus` class, including a parameter that takes in another `DefaultSnatStatus` object."]]],[]]