data class InstanceMachineConfigArgs(val cpuCount: Output<Int>? = null, val machineType: Output<String>? = null) : ConvertibleToJava<InstanceMachineConfigArgs>
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.