GuestAgentInstallStatus interface
Defines the status of a guest agent installation.
Properties
| agent |
The hybrid machine agent full version. |
| error |
Details about the error state. |
| last |
The time of the last status change. |
| status | The installation status of the hybrid machine agent installation. |
| vm |
Specifies the VM's unique SMBIOS ID. |
Property Details
agentVersion
The hybrid machine agent full version.
agentVersion?: string
Property Value
string
errorDetails
lastStatusChange
The time of the last status change.
lastStatusChange?: Date
Property Value
Date
status
The installation status of the hybrid machine agent installation.
status?: string
Property Value
string
vmUuid
Specifies the VM's unique SMBIOS ID.
vmUuid?: string
Property Value
string