ComponentHealth class

HealthCondition contains the detailed health check of each component.

Constructors

ComponentHealth({String? component, List<HealthCheck>? componentHealthChecks, String? componentHealthType, String? state, List<ComponentHealth>? subComponentsHealth})
ComponentHealth.fromJson(Map json_)

Properties

component ↔ String?
The component of a workload.
getter/setter pair
componentHealthChecks ↔ List<HealthCheck>?
The detailed health checks of the component.
getter/setter pair
componentHealthType ↔ String?
The type of the component health.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
state ↔ String?
The health state of the component.
getter/setter pair
subComponentsHealth ↔ List<ComponentHealth>?
Sub component health.
getter/setter pair

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