InstanceState class
Information about the state of an EC2 instance.
Constructors
- InstanceState.new({String? description, String? instanceId, String? reasonCode, String? state})
- InstanceState.fromXml(XmlElement elem)
-
factory
Properties
- description → String?
-
A description of the instance state. This string can contain one or more of
the following messages.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceId → String?
-
The ID of the instance.
final
- reasonCode → String?
-
Information about the cause of
OutOfService
instances. Specifically, whether the cause is Elastic Load Balancing or the instance.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → String?
-
The current state of 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