locations property

List<String>? locations
getter/setter pair

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

Changing the locations for a node pool will result in nodes being either created or removed from the node pool, depending on whether locations are being added or removed.

Implementation

core.List<core.String>? locations;