machineType property

String? machineType
getter/setter pair

The machine type of the virtual machine to create.

Must be the short name of a standard machine type (such as "n1-standard-1") or a custom machine type (such as "custom-1-4096", where "1" indicates the number of vCPUs and "4096" indicates the memory in MB). See Creating an instance with a custom machine type for more specifications on creating a custom machine type.

Required.

Implementation

core.String? machineType;