firmware property

String? firmware
getter/setter pair

The firmware type of the source VM. Possible string values are:

  • "FIRMWARE_UNSPECIFIED" : The firmware is unknown.
  • "EFI" : The firmware is EFI.
  • "BIOS" : The firmware is BIOS.

Implementation

core.String? firmware;