dk.sdu.cloud.app.store.api.VncDescription

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

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.

Properties

Last updated