ServiceTaskSpecPlacementPlatform

data class ServiceTaskSpecPlacementPlatform(val architecture: String, val os: String)

Constructors

Link copied to clipboard
constructor(architecture: String, os: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The architecture, e.g. amd64

Link copied to clipboard
val os: String

The operation system, e.g. linux