Network Interface Response
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
fun NetworkInterfaceResponse(privateIpAddress: String, rdpAuthority: String, sshAuthority: String, username: String)