InstanceMachineConfig

data class InstanceMachineConfig(val cpuCount: Int? = null)

Constructors

Link copied to clipboard
constructor(cpuCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpuCount: Int? = null

The number of CPU's in the VM instance.