Vcenter Vm Hardware Boot Info

Vcenter Vm Hardware Boot Info
Vcenter Vm Hardware Boot Info

The Vcenter Vm Hardware Boot Info schema contains information about the virtual machine boot process.

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

Firmware type used by the virtual machine.

For more information see: Vcenter Vm Hardware Boot Type.

boolean
efi_legacy_boot
Optional

Flag indicating whether to use EFI legacy boot mode.

This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Boot Type.EFI.

string
network_protocol
Optional

Protocol to use when attempting to boot the virtual machine over the network.

For more information see: Vcenter Vm Hardware Boot NetworkProtocol.

This property is optional and it is only relevant when the value of type is Vcenter Vm Hardware Boot Type.EFI.

integer As int64 As int64
delay
Required

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.

boolean
retry
Required

Flag indicating whether the virtual machine will automatically retry the boot process after a failure.

integer As int64 As int64
retry_delay
Required

Delay in milliseconds before retrying the boot process after a failure; applicable only when Vcenter Vm Hardware Boot Info.retry is true.

boolean
enter_setup_mode
Required

Flag indicating whether the firmware boot process will 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.