Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class BootOption.
The possible values for the vm boot option.
Protobuf type google.cloud.vmmigration.v1.AwsVmDetails.BootOption
Namespace
Google \ Cloud \ VMMigration \ V1 \ AwsVmDetailsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
BOOT_OPTION_UNSPECIFIED
Value: 0
The boot option is unknown.
Generated from protobuf enum BOOT_OPTION_UNSPECIFIED = 0;
EFI
Value: 1
The boot option is UEFI.
Generated from protobuf enum EFI = 1;
BIOS
Value: 2
The boot option is LEGACY-BIOS.
Generated from protobuf enum BIOS = 2;