HealthCheck class
HealthCheck contains the detailed health check of a component based on asource.
Constructors
- HealthCheck.new({String? message, String? metric, CloudResource? resource, String? source, String? state})
- HealthCheck.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String?
-
The message of the health check.
getter/setter pair
- metric ↔ String?
-
The health check source metric name.
getter/setter pair
- resource ↔ CloudResource?
-
The resource the check performs on.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ String?
-
The source of the health check.
getter/setter pair
- state ↔ String?
-
The state of the health check.
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