public enum HostType extends Enum<HostType>
| Modifier and Type | Method and Description |
|---|---|
static HostType |
fromString(String string) |
String |
toString() |
static HostType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostType T2Nano
public static final HostType T2Micro
public static final HostType T2Small
public static final HostType T2Medium
public static final HostType T2Large
public static final HostType T2Xlarge
public static final HostType T22xlarge
public static final HostType M1Small
public static final HostType M1Medium
public static final HostType M1Large
public static final HostType M1Xlarge
public static final HostType M3Medium
public static final HostType M3Large
public static final HostType M3Xlarge
public static final HostType M32xlarge
public static final HostType M4Large
public static final HostType M4Xlarge
public static final HostType M42xlarge
public static final HostType M44xlarge
public static final HostType M410xlarge
public static final HostType M416xlarge
public static final HostType M2Xlarge
public static final HostType M22xlarge
public static final HostType M24xlarge
public static final HostType Cr18xlarge
public static final HostType R3Large
public static final HostType R3Xlarge
public static final HostType R32xlarge
public static final HostType R34xlarge
public static final HostType R38xlarge
public static final HostType R4Large
public static final HostType R4Xlarge
public static final HostType R42xlarge
public static final HostType R44xlarge
public static final HostType R48xlarge
public static final HostType R416xlarge
public static final HostType X116xlarge
public static final HostType X132xlarge
public static final HostType I2Xlarge
public static final HostType I22xlarge
public static final HostType I24xlarge
public static final HostType I28xlarge
public static final HostType I3Large
public static final HostType I3Xlarge
public static final HostType I32xlarge
public static final HostType I34xlarge
public static final HostType I38xlarge
public static final HostType I316xlarge
public static final HostType Hi14xlarge
public static final HostType Hs18xlarge
public static final HostType C1Medium
public static final HostType C1Xlarge
public static final HostType C3Large
public static final HostType C3Xlarge
public static final HostType C32xlarge
public static final HostType C34xlarge
public static final HostType C38xlarge
public static final HostType C4Large
public static final HostType C4Xlarge
public static final HostType C42xlarge
public static final HostType C44xlarge
public static final HostType C48xlarge
public static final HostType Cc14xlarge
public static final HostType Cc28xlarge
public static final HostType G22xlarge
public static final HostType G28xlarge
public static final HostType Cg14xlarge
public static final HostType P2Xlarge
public static final HostType P28xlarge
public static final HostType P216xlarge
public static final HostType D2Xlarge
public static final HostType D22xlarge
public static final HostType D24xlarge
public static final HostType D28xlarge
public static final HostType F12xlarge
public static final HostType F116xlarge
public static HostType[] values()
for (HostType c : HostType.values()) System.out.println(c);
public static HostType 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 © 2017. All rights reserved.