haHosts property

List<String>? haHosts
getter/setter pair

A list of host URIs that are part of the HA configuration if present.

An empty list indicates the component is not configured for HA.

Implementation

core.List<core.String>? haHosts;