bootConversion property
By default the virtual machine will keep its existing boot option.
Setting this property will trigger an internal process which will convert the virtual machine from using the existing boot option to another.
Optional. Possible string values are:
- "BOOT_CONVERSION_UNSPECIFIED" : Unspecified conversion type.
- "NONE" : No conversion.
- "BIOS_TO_EFI" : Convert from BIOS to EFI.
Implementation
core.String? bootConversion;