Share via


GuestAgentInstallStatus interface

Defines the status of a guest agent installation.

Properties

agentVersion

The hybrid machine agent full version.

errorDetails

Details about the error state.

lastStatusChange

The time of the last status change.

status

The installation status of the hybrid machine agent installation.

vmUuid

Specifies the VM's unique SMBIOS ID.

Property Details

agentVersion

The hybrid machine agent full version.

agentVersion?: string

Property Value

string

errorDetails

Details about the error state.

errorDetails?: ErrorDetail[]

Property Value

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