GuestAgentProfileResponse

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

Defines the resource properties.

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 status of the hybrid machine agent.

Link copied to clipboard

Specifies the VM's unique SMBIOS ID.