ReferenceVmResponse

data class ReferenceVmResponse(val password: String? = null, val userName: String, val vmResourceId: String, val vmStateDetails: VmStateDetailsResponse)

Details of a Reference Vm

Constructors

Link copied to clipboard
constructor(password: String? = null, userName: String, vmResourceId: String, vmStateDetails: VmStateDetailsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password of the virtual machine. This will be set to null in GET resource API

Link copied to clipboard

The username of the virtual machine

Link copied to clipboard

VM resource Id for the environment

Link copied to clipboard

The state details for the reference virtual machine.