machineType property

String? machineType
getter/setter pair

The machine type to use for instances that are created from these properties.

This field only accept machine types name. e.g. n2-standard-4 and does not accept machine type full or partial url. e.g. projects/my-l7ilb-project/zones/us-central1-a/machineTypes/n2-standard-4 will throw INTERNAL_ERROR.

Implementation

core.String? machineType;