InstanceHealthSummary class

Describes information about the health of the instance.

Constructors

InstanceHealthSummary({InstanceHealthState? instanceHealth, InstanceHealthReason? instanceHealthReason, String? instanceName})
InstanceHealthSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceHealth InstanceHealthState?
Describes the overall instance health. Valid values are below.
final
instanceHealthReason InstanceHealthReason?
More information about the instance health. If the instanceHealth is healthy, then an instanceHealthReason value is not provided.
final
instanceName String?
The name of the Lightsail instance for which you are requesting health check data.
final
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
toString() String
A string representation of this object.
inherited

Operators

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