dk.sdu.cloud.app.store.api.ToolBackend

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

ToolBackend

enum class ToolBackend {
    SINGULARITY,
    DOCKER,
    VIRTUAL_MACHINE,
    NATIVE,
}
Properties

Last updated