@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-23T23:57:06.794Z") @Stability(value=Experimental) public enum NodeType extends 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.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeType |
valueOf(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.
|
@Stability(value=Experimental) public static final NodeType DS2_XLARGE
@Stability(value=Experimental) public static final NodeType DS2_8XLARGE
@Stability(value=Experimental) public static final NodeType DC1_LARGE
@Stability(value=Experimental) public static final NodeType DC1_8XLARGE
@Stability(value=Experimental) public static final NodeType DC2_LARGE
@Stability(value=Experimental) public static final NodeType DC2_8XLARGE
@Stability(value=Experimental) public static final NodeType RA3_16XLARGE
public static NodeType[] values()
for (NodeType c : NodeType.values()) System.out.println(c);
public static NodeType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.