Skip to content

Latest commit

 

History

History
74 lines (39 loc) · 1.98 KB

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

File metadata and controls

74 lines (39 loc) · 1.98 KB

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

Tool

API: Internal/Beta

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
owner: String The username of the user who created this Tool
createdAt: Long Timestamp describing initial creation
modifiedAt: Long Timestamp describing most recent modification (Deprecated, Tools are immutable)

Deprecated: Yes

description: NormalizedToolDescription The specification for this Tool