EC2InstanceLimit class

The maximum number of instances allowed based on the Amazon Elastic Compute Cloud (Amazon EC2) instance type. Instance limits can be retrieved by calling DescribeEC2InstanceLimits.

Constructors

EC2InstanceLimit({int? currentInstances, EC2InstanceType? eC2InstanceType, int? instanceLimit})
EC2InstanceLimit.fromJson(Map<String, dynamic> json)
factory

Properties

currentInstances int?
Number of instances of the specified type that are currently in use by this AWS account.
final
eC2InstanceType EC2InstanceType?
Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
final
hashCode int
The hash code for this object.
no setterinherited
instanceLimit int?
Number of instances allowed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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