ComputeSupport.Docker

API: Stable

data class Docker(
    val enabled: Boolean?,
    val web: Boolean?,
    val vnc: Boolean?,
    val logs: Boolean?,
    val terminal: Boolean?,
    val peers: Boolean?,
    val timeExtension: Boolean?,
    val utilization: Boolean?,
)
Properties
enabled: Boolean? Flag to enable/disable this feature

All other flags are ignored if this is false.

web: Boolean? Flag to enable/disable the interactive interface of `WEB` `Application`s
vnc: Boolean? Flag to enable/disable the interactive interface of `VNC` `Application`s
logs: Boolean? Flag to enable/disable the log API
terminal: Boolean? Flag to enable/disable the interactive terminal API
peers: Boolean? Flag to enable/disable connection between peering `Job`s
timeExtension: Boolean? Flag to enable/disable extension of jobs
utilization: Boolean? Flag to enable/disable the retrieveUtilization of jobs