firmwareType property

String? firmwareType
getter/setter pair

Firmware type. Possible string values are:

  • "FIRMWARE_TYPE_UNSPECIFIED" : Unspecified or unknown.
  • "BIOS" : BIOS firmware.
  • "EFI" : EFI firmware.

Implementation

core.String? firmwareType;