Using the SDK how can I retrieve a clusters (network) status. I am able to retrieve a
cluster object using code like this:
Cluster cluster =
sysService.clustersService().clusterService(DataCenterUtils.getClusterObjectFromName(sysService,
DEFAULT_CLUSTER_NAME).id()).get().send().cluster();
However I cannot see any variables associated with this object type that relate to its
Network Status.
The information i'm referring to can be found on the UI after creating a custom
network. Starting on the left panel Navigate to Network -> Networks -> Custom
Network -> Clusters Tab