vcenter vm hardware: info

The info structure contains information related to the virtual hardware of a virtual machine.

Representation:

{
    "upgrade_error"{},
    "upgrade_policy""NEVER",
    "upgrade_status""NONE",
    "upgrade_version""VMX_03",
    "version""VMX_03"
}

Attributes:

Name Type Description
Required
version string Virtual hardware version.

Defines the valid virtual hardware versions for a virtual machine. Value is one of:
VMX_03: Hardware version 3.
VMX_04: Hardware version 4.
VMX_06: Hardware version 6.
VMX_07: Hardware version 7.
VMX_08: Hardware version 8.
VMX_09: Hardware version 9.
VMX_10: Hardware version 10.
VMX_11: Hardware version 11.
VMX_12: Hardware version 12.
VMX_13: Hardware version 13.
VMX_14: Hardware version 14. This constant was added in vSphere API 6.7

upgrade_policy string Scheduled upgrade policy.

Defines the valid virtual hardware upgrade policies for a virtual machine. Value is one of:
NEVER: Do not upgrade the virtual machine when it is powered on.
AFTER_CLEAN_SHUTDOWN: Run scheduled upgrade when the virtual machine is powered on after a clean shutdown of the guest operating system.
ALWAYS: Run scheduled upgrade when the virtual machine is powered on.

upgrade_status string Scheduled upgrade status.

Defines the valid virtual hardware upgrade statuses for a virtual machine. Value is one of:
NONE: No scheduled upgrade has been attempted.
PENDING: Upgrade is scheduled but has not yet been run.
SUCCESS: The most recent scheduled upgrade was successful.
FAILED: The most recent scheduled upgrade was not successful.

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

Defines the valid virtual hardware versions for a virtual machine. Value is one of:
VMX_03: Hardware version 3.
VMX_04: Hardware version 4.
VMX_06: Hardware version 6.
VMX_07: Hardware version 7.
VMX_08: Hardware version 8.
VMX_09: Hardware version 9.
VMX_10: Hardware version 10.
VMX_11: Hardware version 11.
VMX_12: Hardware version 12.
VMX_13: Hardware version 13.
VMX_14: Hardware version 14. This constant was added in vSphere API 6.7Optional. It is only relevant when upgrade_policy has value [AFTER_CLEAN_SHUTDOWN, ALWAYS]. This field is optional and it is only relevant when the value of upgrade_policy is one of AFTER_CLEAN_SHUTDOWN or ALWAYS.

upgrade_error exception Reason for the scheduled upgrade failure.

Optional. It is only relevant when upgrade_status has value FAILED. This field is optional and it is only relevant when the value of upgrade_status is FAILED.