NetworkInterfaceResponse

data class NetworkInterfaceResponse(val privateIpAddress: String, val rdpAuthority: String, val sshAuthority: String, val username: String)

Network details of the environment

Constructors

Link copied to clipboard
constructor(privateIpAddress: String, rdpAuthority: String, sshAuthority: String, username: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

PrivateIp address of the Compute VM

Link copied to clipboard

Connection information for Windows

Link copied to clipboard

Connection information for Linux

Link copied to clipboard

Username of the VM