public enum NodeConfig.Types.LocalSsdEncryptionMode
Reference documentation and code samples for the Google Kubernetes Engine v1 API enum NodeConfig.Types.LocalSsdEncryptionMode.
LocalSsdEncryptionMode specifies the method used for encrypting the Local SSDs attached to the node.
Namespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Fields |
|
---|---|
Name | Description |
EphemeralKeyEncryption |
The given node will opt-in for using ephemeral key for encryption of Local SSDs. The Local SSDs will not be able to recover data in case of node crash. |
StandardEncryption |
The given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted. |
Unspecified |
The given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted. |