Google Cloud Vm Migration V1 Client - Class BootOption (0.4.2)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class BootOption.

Possible values for vm boot option.

Protobuf type google.cloud.vmmigration.v1.VmwareVmDetails.BootOption

Namespace

Google \ Cloud \ VMMigration \ V1 \ VmwareVmDetails

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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 EFI.

Generated from protobuf enum EFI = 1;

BIOS

Value: 2

The boot option is BIOS.

Generated from protobuf enum BIOS = 2;