clusterIds property

List<String>? clusterIds
getter/setter pair

The set of clusters to route to.

The order is ignored; clusters will be tried in order of distance. If left empty, all clusters are eligible.

Implementation

core.List<core.String>? clusterIds;