HyperVHostDetailsResponse

data class HyperVHostDetailsResponse(val id: String, val marsAgentVersion: String, val name: String)

Hyper-V host details.

Constructors

Link copied to clipboard
constructor(id: String, marsAgentVersion: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The Hyper-V host Id.

Link copied to clipboard

The Mars agent version.

Link copied to clipboard

The Hyper-V host name.