AllocationResourceStatusHealthInfo class

Health information for the reservation.

Constructors

AllocationResourceStatusHealthInfo.new({int? degradedBlockCount, String? healthStatus, int? healthyBlockCount})
AllocationResourceStatusHealthInfo.fromJson(Map json_)

Properties

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