GetVmmServerResult

data class GetVmmServerResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Gets or sets the connection status to the vmmServer.

Link copied to clipboard

Credentials to connect to VMMServer.

Link copied to clipboard

Gets or sets any error message if connection to vmmServer is having any issue.

Link copied to clipboard

The extended location.

Link copied to clipboard

Fqdn is the hostname/ip of the vmmServer.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

Gets or sets the location.

Link copied to clipboard

Resource Name

Link copied to clipboard
val port: Int? = null

Port is the port on which the vmmServer is listening.

Link copied to clipboard

Gets or sets the provisioning state.

Link copied to clipboard

The system data.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource Type

Link copied to clipboard

Unique ID of vmmServer.

Link copied to clipboard

Version is the version of the vmmSever.