bootConversion property

String? bootConversion
getter/setter pair

By default the image will keep its existing boot option.

Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion

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;