toJson method
Implementation
@override
Object toJson() => {
'degradedHostCount': ?degradedHostCount,
'degradedInfraCount': ?degradedInfraCount,
'healthStatus': ?healthStatus,
'healthyHostCount': ?healthyHostCount,
'healthyInfraCount': ?healthyInfraCount,
};