VmStateDetailsResponse

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
constructor(lastKnownPowerState: String, powerState: String, rdpAuthority: String, sshAuthority: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Last known compute power state captured in DTL

Link copied to clipboard

The power state of the reference virtual machine.

Link copied to clipboard

The RdpAuthority property is a server DNS host name or IP address followed by the service port number for RDP (Remote Desktop Protocol).

Link copied to clipboard

The SshAuthority property is a server DNS host name or IP address followed by the service port number for SSH.