dk.sdu.cloud.app.orchestrator.api.ComputeSupport.Native

UCloud Developer Guide / Orchestration of Resources / Compute / Jobs

ComputeSupport.Native

data class Native(
    val enabled: Boolean?,
    val logs: Boolean?,
    val vnc: Boolean?,
    val terminal: Boolean?,
    val timeExtension: Boolean?,
    val utilization: Boolean?,
    val web: Boolean?,
)
Properties

Last updated