bootOption property
The VM Boot Option. Possible string values are:
- "BOOT_OPTION_UNSPECIFIED" : The boot option is unknown.
- "EFI" : The boot option is UEFI.
- "BIOS" : The boot option is BIOS.
Implementation
core.String? bootOption;
The VM Boot Option. Possible string values are:
core.String? bootOption;