@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:45.886Z") public enum NodeType extends java.lang.Enum<NodeType>
ClusterProps.nodeType
.Enum Constant and Description |
---|
DC1_8XLARGE
(experimental) dc1.8xlarge.
|
DC1_LARGE
(experimental) dc1.large.
|
DC2_8XLARGE
(experimental) dc2.8xlarge.
|
DC2_LARGE
(experimental) dc2.large.
|
DS2_8XLARGE
(experimental) ds2.8xlarge.
|
DS2_XLARGE
(experimental) ds2.xlarge.
|
RA3_16XLARGE
(experimental) ra3.16xlarge.
|
RA3_4XLARGE
(experimental) ra3.4xlarge.
|
RA3_XLPLUS
(experimental) ra3.xlplus.
|
Modifier and Type | Method and Description |
---|---|
static NodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeType DS2_XLARGE
public static final NodeType DS2_8XLARGE
public static final NodeType DC1_LARGE
public static final NodeType DC1_8XLARGE
public static final NodeType DC2_LARGE
public static final NodeType DC2_8XLARGE
public static final NodeType RA3_XLPLUS
public static final NodeType RA3_4XLARGE
public static final NodeType RA3_16XLARGE
public static NodeType[] values()
for (NodeType c : NodeType.values()) System.out.println(c);
public static NodeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null