Get Vmm Server Result
data class GetVmmServerResult(val connectionStatus: String, val credentials: VMMServerPropertiesResponseCredentials? = null, val errorMessage: String, val extendedLocation: ExtendedLocationResponse, val fqdn: String, val id: String, val location: String, val name: String, val port: Int? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uuid: String, val version: String)
The VmmServers resource definition.
Constructors
Link copied to clipboard
fun GetVmmServerResult(connectionStatus: String, credentials: VMMServerPropertiesResponseCredentials? = null, errorMessage: String, extendedLocation: ExtendedLocationResponse, fqdn: String, id: String, location: String, name: String, port: Int? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uuid: String, version: String)