nodeMatchers property

List<NodeMatcher>? nodeMatchers
getter/setter pair

Management server can use these match criteria to identify clients.

The match follows OR semantics.

Implementation

core.List<NodeMatcher>? nodeMatchers;