Vcenter Vm Hardware Info

Vcenter Vm Hardware Info
Vcenter Vm Hardware Info

The Vcenter Vm Hardware Info schema contains information related to the virtual hardware of a virtual machine.

JSON Example
{
    "version": "string",
    "upgrade_policy": "string",
    "upgrade_version": "string",
    "upgrade_status": "string",
    "upgrade_error": {}
}
string
version
Required

Virtual hardware version.

For more information see: Vcenter Vm Hardware Version.

string
upgrade_policy
Required

Scheduled upgrade policy.

For more information see: Vcenter Vm Hardware UpgradePolicy.

string
upgrade_version
Optional

Target hardware version to be used on the next scheduled virtual hardware upgrade.

For more information see: Vcenter Vm Hardware Version.

This property is optional and it is only relevant when the value of upgrade_policy is one of Vcenter Vm Hardware UpgradePolicy.AFTER_CLEAN_SHUTDOWN or Vcenter Vm Hardware UpgradePolicy.ALWAYS.

string
upgrade_status
Required

Scheduled upgrade status.

For more information see: Vcenter Vm Hardware UpgradeStatus.

object
upgrade_error
Optional

Reason for the scheduled upgrade failure.

This property is optional and it is only relevant when the value of upgrade_status is Vcenter Vm Hardware UpgradeStatus.FAILED.