Reference documentation and code samples for the Compute V1 Client class LocalSsdEncryptionMode.
Specifies which method should be used for encrypting the Local SSDs attached to the VM.
Protobuf type google.cloud.compute.v1.Instance.LocalSsdEncryptionMode
Namespace
Google \ Cloud \ Compute \ V1 \ InstanceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_LOCAL_SSD_ENCRYPTION_MODE
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_LOCAL_SSD_ENCRYPTION_MODE = 0;
EPHEMERAL_KEY_ENCRYPTION
Value: 413047941The 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.
Generated from protobuf enum EPHEMERAL_KEY_ENCRYPTION = 413047941;
LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED
Value: 454655720The given VM will be encrypted using keys managed by the cloud infrastructure and the keys will be deleted when the VM is deleted.
Generated from protobuf enum LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED = 454655720;
STANDARD_ENCRYPTION
Value: 269392453The given VM will be encrypted using keys managed by the cloud infrastructure and the keys will be deleted when the VM is deleted.
Generated from protobuf enum STANDARD_ENCRYPTION = 269392453;