Compute Engine v1 API - Enum Instance.Types.LocalSsdEncryptionMode (3.29.0)

public enum Instance.Types.LocalSsdEncryptionMode

Reference documentation and code samples for the Compute Engine v1 API enum Instance.Types.LocalSsdEncryptionMode.

Specifies which method should be used for encrypting the Local SSDs attached to the VM.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
EphemeralKeyEncryption

The given VM 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 VM crash.

StandardEncryption

The given VM will be encrypted using keys managed by the cloud infrastructure and the keys will be deleted when the VM is deleted.

UndefinedLocalSsdEncryptionMode

A value indicating that the enum field is not set.

Unspecified

The given VM will be encrypted using keys managed by the cloud infrastructure and the keys will be deleted when the VM is deleted.