Class MachineConfig (0.4.6)

MachineConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

MachineConfig describes the configuration of a machine.

Attributes

Name Description
cpu_count int
The number of CPU's in the VM instance.
machine_type str
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.