EC2InstanceCounts class

Current status of fleet capacity. The number of active instances should match or be in the process of matching the number of desired instances. Pending and terminating counts are non-zero only if fleet capacity is adjusting to an UpdateFleetCapacity request, or if access to resources is temporarily affected.

Constructors

EC2InstanceCounts({int? active, int? desired, int? idle, int? maximum, int? minimum, int? pending, int? terminating})
EC2InstanceCounts.fromJson(Map<String, dynamic> json)
factory

Properties

active int?
Actual number of active instances in the fleet.
final
desired int?
Ideal number of active instances in the fleet.
final
hashCode int
The hash code for this object.
no setterinherited
idle int?
Number of active instances in the fleet that are not currently hosting a game session.
final
maximum int?
The maximum value allowed for the fleet's instance count.
final
minimum int?
The minimum value allowed for the fleet's instance count.
final
pending int?
Number of instances in the fleet that are starting but not yet active.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terminating int?
Number of instances in the fleet that are no longer active but haven't yet been terminated.
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