Vm State Details Response
data class VmStateDetailsResponse(val lastKnownPowerState: String, val powerState: String, val rdpAuthority: String, val sshAuthority: String)
Details about the state of the reference virtual machine.
Constructors
Link copied to clipboard
fun VmStateDetailsResponse(lastKnownPowerState: String, powerState: String, rdpAuthority: String, sshAuthority: String)