Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class SecureBoot.
Possible values for secure boot.
Protobuf type google.cloud.vmmigration.v1.ShieldedInstanceConfig.SecureBoot
Namespace
Google \ Cloud \ VMMigration \ V1 \ ShieldedInstanceConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SECURE_BOOT_UNSPECIFIED
Value: 0
No explicit value is selected. Will use the configuration of the source (if exists, otherwise the default will be false).
Generated from protobuf enum SECURE_BOOT_UNSPECIFIED = 0;
TRUE
Value: 1
Use secure boot. This can be set to true only if the image boot option is EFI.
Generated from protobuf enum TRUE = 1;
FALSE
Value: 2
Do not use secure boot.
Generated from protobuf enum FALSE = 2;