MachineConfigArgs

data class MachineConfigArgs(val cpuCount: Output<Int>? = null) : ConvertibleToJava<MachineConfigArgs>

MachineConfig describes the configuration of a machine.

Constructors

Link copied to clipboard
fun MachineConfigArgs(cpuCount: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val cpuCount: Output<Int>? = null

The number of CPU's in the VM instance.