ReservationSubBlockHealthInfo constructor

ReservationSubBlockHealthInfo({
  1. int? degradedHostCount,
  2. int? degradedInfraCount,
  3. String? healthStatus,
  4. int? healthyHostCount,
  5. int? healthyInfraCount,
})

Implementation

ReservationSubBlockHealthInfo({
  this.degradedHostCount,
  this.degradedInfraCount,
  this.healthStatus,
  this.healthyHostCount,
  this.healthyInfraCount,
});