VmHardwareBootUpdateRequestBody
This is a request body class for an operation.
Properties
spec
Required
Specification for updating the boot-related settings of the virtual machine.
JSON Example
{
"spec": {
"delay": 0,
"efi_legacy_boot": false,
"enter_setup_mode": false,
"network_protocol": "IPV4",
"retry": false,
"retry_delay": 0,
"type": "BIOS"
}
}