VncDescription
¶
Information to the Provider about how to reach the VNC services
data class VncDescription(
val password: String?,
val port: Int?,
)
Providers must use this information when opening an interactive session.