Guest Agent Profile Response
data class GuestAgentProfileResponse(val agentVersion: String, val clientPublicKey: String? = null, val errorDetails: List<ErrorDetailResponse>, val lastStatusChange: String, val mssqlDiscovered: String, val status: String, val vmUuid: String)
Specifies the guest agent settings for the virtual machine.
Properties
Link copied to clipboard
The hybrid machine agent full version.
Link copied to clipboard
Gets or sets the Public Key provided by the client for enabling guest management.
Link copied to clipboard
Details about the error state.
Link copied to clipboard
The time of the last status change.
Link copied to clipboard
Specifies whether any MS SQL instance is discovered on the machine.