SingleInstanceHealth class
Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.
Constructors
-
SingleInstanceHealth({ApplicationMetrics? applicationMetrics, String? availabilityZone, List<
String> ? causes, String? color, Deployment? deployment, String? healthStatus, String? instanceId, String? instanceType, DateTime? launchedAt, SystemStatus? system}) - SingleInstanceHealth.fromXml(XmlElement elem)
-
factory
Properties
- applicationMetrics → ApplicationMetrics?
-
Request metrics from your application.
final
- availabilityZone → String?
-
The availability zone in which the instance runs.
final
-
causes
→ List<
String> ? -
Represents the causes, which provide more information about the current
health status.
final
- color → String?
-
Represents the color indicator that gives you information about the health
of the EC2 instance. For more information, see Health
Colors and Statuses.
final
- deployment → Deployment?
-
Information about the most recent deployment to an instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- healthStatus → String?
-
Returns the health status of the specified instance. For more information,
see Health
Colors and Statuses.
final
- instanceId → String?
-
The ID of the Amazon EC2 instance.
final
- instanceType → String?
-
The instance's type.
final
- launchedAt → DateTime?
-
The time at which the EC2 instance was launched.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- system → SystemStatus?
-
Operating system metrics from the instance.
final
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