public static enum ReconfigureDetails.keys extends java.lang.Enum<ReconfigureDetails.keys> implements AbiquoKey
| Enum Constant and Description |
|---|
CORES_PER_SOCKET |
CPU |
DVD |
RAM |
REMOTE_ACCESS |
| Modifier and Type | Method and Description |
|---|---|
static ReconfigureDetails.keys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReconfigureDetails.keys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReconfigureDetails.keys CPU
public static final ReconfigureDetails.keys RAM
public static final ReconfigureDetails.keys CORES_PER_SOCKET
public static final ReconfigureDetails.keys DVD
public static final ReconfigureDetails.keys REMOTE_ACCESS
public static ReconfigureDetails.keys[] values()
for (ReconfigureDetails.keys c : ReconfigureDetails.keys.values()) System.out.println(c);
public static ReconfigureDetails.keys 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 nullCopyright © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.