machineTypeUri property

String? machineTypeUri
getter/setter pair

The Compute Engine machine type used for cluster instances.A full URL, partial URI, or short name are valid.

Examples: https://www.googleapis.com/compute/v1/projects/\[project_id\]/zones/\[zone\]/machineTypes/n1-standard-2 projects/[project_id]/zones/[zone]/machineTypes/n1-standard-2 n1-standard-2Auto Zone Exception: If you are using the Dataproc Auto Zone Placement (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, n1-standard-2.

Optional.

Implementation

core.String? machineTypeUri;