ServiceTaskSpecPlacementPlatformArgs

data class ServiceTaskSpecPlacementPlatformArgs(val architecture: Output<String>, val os: Output<String>) : ConvertibleToJava<ServiceTaskSpecPlacementPlatformArgs>

Constructors

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

Properties

Link copied to clipboard
val architecture: Output<String>

The architecture, e.g. amd64

Link copied to clipboard
val os: Output<String>

The operation system, e.g. linux

Functions

Link copied to clipboard
open override fun toJava(): ServiceTaskSpecPlacementPlatformArgs