ppe.ec2
Enum ParamsEc2.ParamName
java.lang.Object
java.lang.Enum<ParamsEc2.ParamName>
ppe.ec2.ParamsEc2.ParamName
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ParamsEc2.ParamName>
- Enclosing class:
- ParamsEc2
public static enum ParamsEc2.ParamName
- extends java.lang.Enum<ParamsEc2.ParamName>
Method Summary |
static ParamsEc2.ParamName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ParamsEc2.ParamName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
awsAccessKey
public static final ParamsEc2.ParamName awsAccessKey
awsSecretKey
public static final ParamsEc2.ParamName awsSecretKey
awsUserID
public static final ParamsEc2.ParamName awsUserID
instanceType
public static final ParamsEc2.ParamName instanceType
imageID
public static final ParamsEc2.ParamName imageID
nInstances
public static final ParamsEc2.ParamName nInstances
keyName
public static final ParamsEc2.ParamName keyName
networkName
public static final ParamsEc2.ParamName networkName
useSpotInstances
public static final ParamsEc2.ParamName useSpotInstances
spotPrice
public static final ParamsEc2.ParamName spotPrice
useCluster
public static final ParamsEc2.ParamName useCluster
clusterGroupName
public static final ParamsEc2.ParamName clusterGroupName
disableHyperthreading
public static final ParamsEc2.ParamName disableHyperthreading
securityGroup
public static final ParamsEc2.ParamName securityGroup
rsaKeyPairFile
public static final ParamsEc2.ParamName rsaKeyPairFile
values
public static ParamsEc2.ParamName[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ParamsEc2.ParamName c : ParamsEc2.ParamName.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ParamsEc2.ParamName valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null