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, IMessageReference documentation and code samples for the Google Kubernetes Engine v1 API class LinuxNodeConfig.Types.SwapConfig.Types.EncryptionConfig.
Defines encryption settings for the swap space.
Implements
IMessageLinuxNodeConfigTypesSwapConfigTypesEncryptionConfig, IEquatableLinuxNodeConfigTypesSwapConfigTypesEncryptionConfig, IDeepCloneableLinuxNodeConfigTypesSwapConfigTypesEncryptionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
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 |
|