ReservationSubBlockHealthInfo class

Health information for the reservation subBlock.

Constructors

ReservationSubBlockHealthInfo.new({int? degradedHostCount, int? degradedInfraCount, String? healthStatus, int? healthyHostCount, int? healthyInfraCount})
ReservationSubBlockHealthInfo.fromJson(Map json_)

Properties

degradedHostCount int?
The number of degraded hosts in the reservation subBlock.
getter/setter pair
degradedInfraCount int?
The number of degraded infrastructure (e.g NV link domain) in the reservation subblock.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
healthStatus String?
The health status of the reservation subBlock. Possible string values are:
getter/setter pair
healthyHostCount int?
The number of healthy hosts in the reservation subBlock.
getter/setter pair
healthyInfraCount int?
The number of healthy infrastructure (e.g NV link domain) in the reservation subblock.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited