InstanceHealthSummary class
Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.
Constructors
- InstanceHealthSummary({int degraded, int info, int noData, int ok, int pending, int severe, int unknown, int warning})
- InstanceHealthSummary.fromXml(XmlElement elem)
-
factory
Properties
- degraded → int
-
Red. The health agent is reporting a high number of request failures
or other issues for an instance or environment.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- info → int
-
Green. An operation is in progress on an instance.
final
- noData → int
-
Grey. AWS Elastic Beanstalk and the health agent are reporting no
data on an instance.
final
- ok → int
-
Green. An instance is passing health checks and the health agent is
not reporting any problems.
final
- pending → int
-
Grey. An operation is in progress on an instance within the command
timeout.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- severe → int
-
Red. The health agent is reporting a very high number of request
failures or other issues for an instance or environment.
final
- unknown → int
-
Grey. AWS Elastic Beanstalk and the health agent are reporting an
insufficient amount of data on an instance.
final
- warning → int
-
Yellow. The health agent is reporting a moderate number of request
failures or other issues for an instance or environment.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited