bootOption property

String? bootOption
getter/setter pair

The VM Boot Option, as set in the source VM.

Output only. Possible string values are:

  • "COMPUTE_ENGINE_BOOT_OPTION_UNSPECIFIED" : The boot option is unknown.
  • "COMPUTE_ENGINE_BOOT_OPTION_EFI" : The boot option is EFI.
  • "COMPUTE_ENGINE_BOOT_OPTION_BIOS" : The boot option is BIOS.

Implementation

core.String? bootOption;