desiredLocations property

List<String>? desiredLocations
getter/setter pair

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

This list must always include the cluster's primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and/or removed.

Implementation

core.List<core.String>? desiredLocations;