Module: Google::Cloud::VMMigration::V1::ShieldedInstanceConfig::SecureBoot

Defined in:
proto_docs/google/cloud/vmmigration/v1/vmmigration.rb

Overview

Possible values for secure boot.

Constant Summary collapse

SECURE_BOOT_UNSPECIFIED =

No explicit value is selected. Will use the configuration of the source (if exists, otherwise the default will be false).

0
TRUE =

Use secure boot. This can be set to true only if the image boot option is EFI.

1
FALSE =

Do not use secure boot.

2