arbiters property

List<String>? arbiters
getter/setter pair

An array of strings in the format of "hostname:port" listing all members of the replica set that are arbiters. This field only appears if there is at least one arbiter in the replica set.

Implementation

List<String>? arbiters;