ReservationBlockHealthInfo class

Health information for the reservation block.

Constructors

ReservationBlockHealthInfo.new({int? degradedSubBlockCount, String? healthStatus, int? healthySubBlockCount})
ReservationBlockHealthInfo.fromJson(Map json_)

Properties

degradedSubBlockCount int?
The number of subBlocks that are degraded.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
healthStatus String?
The health status of the reservation block. Possible string values are:
getter/setter pair
healthySubBlockCount int?
The number of subBlocks that are healthy.
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