machineType property

String? machineType
getter/setter pair

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.

Implementation

core.String? machineType;