VmHardwareInfo
The Hardware.Info structure contains information related to the virtual hardware of a virtual machine.
Properties
object
upgrade_error
Optional
Reason for the scheduled upgrade failure. This field is optional and it is only relevant when the value of Hardware.Info.upgrade-status is FAILED.
upgrade_version
Optional
Target hardware version to be used on the next scheduled virtual hardware upgrade. This field is optional and it is only relevant when the value of Hardware.Info.upgrade-policy is one of AFTER_CLEAN_SHUTDOWN or ALWAYS.
JSON Example
{
"upgrade_policy": "enum",
"upgrade_status": "enum",
"version": "enum"
}