OpenSession.Vnc

API: Stable

data class Vnc(
    val jobId: String,
    val rank: Int,
    val url: String,
    val password: String?,
    val domainOverride: String?,
    val type: String /* "vnc" */,
)
Properties
jobId: String
rank: Int
url: String
password: String?
domainOverride: String? Domain override, which will be forwarded to the end-user. This overrides the domain used by UCloud/Core. Must contain scheme (e.g. https://).
type: String /* "vnc" */ The type discriminator