GuestAgentInstallStatusResponse

data class GuestAgentInstallStatusResponse(val agentVersion: String, val errorDetails: List<ErrorDetailResponse>, val lastStatusChange: String, val status: String, val vmUuid: String)

Defines the status of a guest agent installation.

Constructors

Link copied to clipboard
constructor(agentVersion: String, errorDetails: List<ErrorDetailResponse>, lastStatusChange: String, status: String, vmUuid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The hybrid machine agent full version.

Link copied to clipboard

Details about the error state.

Link copied to clipboard

The time of the last status change.

Link copied to clipboard

The installation status of the hybrid machine agent installation.

Link copied to clipboard

Specifies the VM's unique SMBIOS ID.