MachineConfigResponse

data class MachineConfigResponse(val cpuCount: Int)

MachineConfig describes the configuration of a machine.

Constructors

Link copied to clipboard
constructor(cpuCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of CPU's in the VM instance.