Vm_Hardware_Boot_UpdateSpec

Vm_Hardware_Boot_UpdateSpec
Vm_Hardware_Boot_UpdateSpec

The Boot.UpdateSpec structure describes the updates to the settings used when booting a virtual machine.

JSON Example
{
    "type": "string",
    "efi_legacy_boot": false,
    "network_protocol": "string",
    "delay": 0,
    "retry": false,
    "retry_delay": 0,
    "enter_setup_mode": false
}
type
Optional

The Boot.Type enumerated type defines the valid firmware types for a virtual machine.
BIOS : Basic Input/Output System (BIOS) firmware.
EFI : Extensible Firmware Interface (EFI) firmware.

boolean
efi_legacy_boot
Optional

Flag indicating whether to use EFI legacy boot mode. If unset, the value is unchanged.

network_protocol
Optional

The Boot.NetworkProtocol enumerated type defines the valid network boot protocols supported when booting a virtual machine with EFI firmware over the network.
IPV4 : PXE or Apple NetBoot over IPv4.
IPV6 : PXE over IPv6.

integer As int64
delay
Optional

Delay in milliseconds before beginning the firmware boot process when the virtual machine is powered on. This delay may be used to provide a time window for users to connect to the virtual machine console and enter BIOS setup mode. If unset, the value is unchanged.

boolean
retry
Optional

Flag indicating whether the virtual machine should automatically retry the boot process after a failure. If unset, the value is unchanged.

integer As int64
retry_delay
Optional

Delay in milliseconds before retrying the boot process after a failure; applicable only when Boot.Info.retry is true. If unset, the value is unchanged.

boolean
enter_setup_mode
Optional

Flag indicating whether the firmware boot process should automatically enter setup mode the next time the virtual machine boots. Note that this flag will automatically be reset to false once the virtual machine enters setup mode. If unset, the value is unchanged.