Google Kubernetes Engine v1 API - Class LinuxNodeConfig.Types.SwapConfig.Types.EncryptionConfig (3.37.0)

public sealed class LinuxNodeConfig.Types.SwapConfig.Types.EncryptionConfig : IMessage<LinuxNodeConfig.Types.SwapConfig.Types.EncryptionConfig>, IEquatable<LinuxNodeConfig.Types.SwapConfig.Types.EncryptionConfig>, IDeepCloneable<LinuxNodeConfig.Types.SwapConfig.Types.EncryptionConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Kubernetes Engine v1 API class LinuxNodeConfig.Types.SwapConfig.Types.EncryptionConfig.

Defines encryption settings for the swap space.

Inheritance

object > LinuxNodeConfig.Types.SwapConfig.Types.EncryptionConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

EncryptionConfig()

public EncryptionConfig()

EncryptionConfig(EncryptionConfig)

public EncryptionConfig(LinuxNodeConfig.Types.SwapConfig.Types.EncryptionConfig other)
Parameter
Name Description
other LinuxNodeConfigTypesSwapConfigTypesEncryptionConfig

Properties

Disabled

public bool Disabled { get; set; }

Optional. If true, swap space will not be encrypted. Defaults to false (encrypted).

Property Value
Type Description
bool

HasDisabled

public bool HasDisabled { get; }

Gets whether the "disabled" field is set

Property Value
Type Description
bool