dk.sdu.cloud.app.store.api.Tool

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

Tool

Tools define bundles of software binaries and other assets (e.g. container and virtual machine base-images).

data class Tool(
    val owner: String,
    val createdAt: Long,
    val modifiedAt: Long,
    val description: NormalizedToolDescription,
)

See Tools for a more complete discussion.

Properties

Last updated