locations property

List<String>? locations
getter/setter pair

The desired list of Google Compute Engine zones in which the cluster's nodes should be located.

Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone.

Required.

Implementation

core.List<core.String>? locations;