EC2InstanceType enum
- Inheritance
- Available extensions
Values
- t2Micro → const EC2InstanceType
- t2Small → const EC2InstanceType
- t2Medium → const EC2InstanceType
- t2Large → const EC2InstanceType
- c3Large → const EC2InstanceType
- c3Xlarge → const EC2InstanceType
- c3_2xlarge → const EC2InstanceType
- c3_4xlarge → const EC2InstanceType
- c3_8xlarge → const EC2InstanceType
- c4Large → const EC2InstanceType
- c4Xlarge → const EC2InstanceType
- c4_2xlarge → const EC2InstanceType
- c4_4xlarge → const EC2InstanceType
- c4_8xlarge → const EC2InstanceType
- c5Large → const EC2InstanceType
- c5Xlarge → const EC2InstanceType
- c5_2xlarge → const EC2InstanceType
- c5_4xlarge → const EC2InstanceType
- c5_9xlarge → const EC2InstanceType
- c5_12xlarge → const EC2InstanceType
- c5_18xlarge → const EC2InstanceType
- c5_24xlarge → const EC2InstanceType
- c5aLarge → const EC2InstanceType
- c5aXlarge → const EC2InstanceType
- c5a_2xlarge → const EC2InstanceType
- c5a_4xlarge → const EC2InstanceType
- c5a_8xlarge → const EC2InstanceType
- c5a_12xlarge → const EC2InstanceType
- c5a_16xlarge → const EC2InstanceType
- c5a_24xlarge → const EC2InstanceType
- r3Large → const EC2InstanceType
- r3Xlarge → const EC2InstanceType
- r3_2xlarge → const EC2InstanceType
- r3_4xlarge → const EC2InstanceType
- r3_8xlarge → const EC2InstanceType
- r4Large → const EC2InstanceType
- r4Xlarge → const EC2InstanceType
- r4_2xlarge → const EC2InstanceType
- r4_4xlarge → const EC2InstanceType
- r4_8xlarge → const EC2InstanceType
- r4_16xlarge → const EC2InstanceType
- r5Large → const EC2InstanceType
- r5Xlarge → const EC2InstanceType
- r5_2xlarge → const EC2InstanceType
- r5_4xlarge → const EC2InstanceType
- r5_8xlarge → const EC2InstanceType
- r5_12xlarge → const EC2InstanceType
- r5_16xlarge → const EC2InstanceType
- r5_24xlarge → const EC2InstanceType
- r5aLarge → const EC2InstanceType
- r5aXlarge → const EC2InstanceType
- r5a_2xlarge → const EC2InstanceType
- r5a_4xlarge → const EC2InstanceType
- r5a_8xlarge → const EC2InstanceType
- r5a_12xlarge → const EC2InstanceType
- r5a_16xlarge → const EC2InstanceType
- r5a_24xlarge → const EC2InstanceType
- m3Medium → const EC2InstanceType
- m3Large → const EC2InstanceType
- m3Xlarge → const EC2InstanceType
- m3_2xlarge → const EC2InstanceType
- m4Large → const EC2InstanceType
- m4Xlarge → const EC2InstanceType
- m4_2xlarge → const EC2InstanceType
- m4_4xlarge → const EC2InstanceType
- m4_10xlarge → const EC2InstanceType
- m5Large → const EC2InstanceType
- m5Xlarge → const EC2InstanceType
- m5_2xlarge → const EC2InstanceType
- m5_4xlarge → const EC2InstanceType
- m5_8xlarge → const EC2InstanceType
- m5_12xlarge → const EC2InstanceType
- m5_16xlarge → const EC2InstanceType
- m5_24xlarge → const EC2InstanceType
- m5aLarge → const EC2InstanceType
- m5aXlarge → const EC2InstanceType
- m5a_2xlarge → const EC2InstanceType
- m5a_4xlarge → const EC2InstanceType
- m5a_8xlarge → const EC2InstanceType
- m5a_12xlarge → const EC2InstanceType
- m5a_16xlarge → const EC2InstanceType
- m5a_24xlarge → const EC2InstanceType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toValue(
) → String -
Available on EC2InstanceType, provided by the EC2InstanceTypeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
EC2InstanceType> - A constant List of the values in this enum, in order of their declaration.