InstanceGroupStatus class
The details of the instance group status.
Constructors
- InstanceGroupStatus({InstanceGroupState? state, InstanceGroupStateChangeReason? stateChangeReason, InstanceGroupTimeline? timeline})
-
InstanceGroupStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → InstanceGroupState?
-
The current state of the instance group.
final
- stateChangeReason → InstanceGroupStateChangeReason?
-
The status change reason details for the instance group.
final
- timeline → InstanceGroupTimeline?
-
The timeline of the instance group status over time.
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