Data Object - MachineAgentUpgradeInfo

Class
VMware.Hv.MachineAgentUpgradeInfo
Property of
MachineBase, MachineData
Since
Horizon 8.8

Data Object Description

Data Object Properties

Properties

Name Type Description
agentUpgradeStatexsd:string

State of the agent upgrade on the machine.
  • This property need not be set.
  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "READY"Agent is ready to be upgraded.
    "DOWNLOAD"Agent is downloading the upgrade binary.
    "WAIT"Agent is waiting for user to logoff or for reboot to complete
    "NOLOGON"Agent has no logged in user.
    "UPDATING"Agent is upgrading.
    "DONE"Agent upgrade task has ended.
    "UNKNOWN"Agent upgrade state is unknown.
agentUpgradeResultxsd:string

Result of the agent upgrade on the machine.
  • This property need not be set.
  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "OK"Agent upgrade is OK.
    "ERROR"Agent upgrade has unknown error.
    "FAILURE"Agent upgrade has failed.
    "INVALID"Agent received invalid values for upgrade.
    "DUPLICATE"Agent received duplicate upgrade request.
    "NOT_FOUND"Agent could not find upgrade request.
    "PROGRESS"Agent upgrade is in progress.
    "PREFLIGHTCHECK_INPROGRESS"Preflight check is in progress for agent upgrade.
    "PREFLIGHTCHECK_OK"Preflight check succeeded for agent upgrade.
    "PREFLIGHTCHECK_FAILURE"Preflight check failed for agent upgrade.
    "UNKNOWN"Agent upgrade result is unknown.
agentUpgradeErrorMessagexsd:string

Error message of the agent upgrade failure on the machine.
  • This property need not be set.
  • This property cannot be updated.