dk.sdu.cloud.app.orchestrator.api.OpenSession.Vnc

UCloud Developer Guide / Orchestration of Resources / Compute / Jobs

OpenSession.Vnc

data class Vnc(
    val jobId: String,
    val rank: Int,
    val url: String,
    val password: String?,
    val domainOverride: String?,
    val type: String /* "vnc" */,
)
Properties

Last updated