InstanceMachineConfigArgs

data class InstanceMachineConfigArgs(val cpuCount: Output<Int>? = null, val machineType: Output<String>? = null) : ConvertibleToJava<InstanceMachineConfigArgs>

Constructors

Link copied to clipboard
constructor(cpuCount: Output<Int>? = null, machineType: Output<String>? = null)

Properties

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

The number of CPU's in the VM instance.

Link copied to clipboard
val machineType: Output<String>? = null

Machine type of the VM instance. E.g. "n2-highmem-4", "n2-highmem-8", "c4a-highmem-4-lssd". cpu_count must match the number of vCPUs in the machine type.

Functions

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