public enum VirtualMachineType extends Enum<VirtualMachineType>
| Enum Constant and Description |
|---|
CAPTURED |
MANAGED |
NOT_MANAGED |
| Modifier and Type | Method and Description |
|---|---|
static VirtualMachineType |
fromId(int id) |
int |
id() |
static VirtualMachineType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualMachineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VirtualMachineType NOT_MANAGED
public static final VirtualMachineType MANAGED
public static final VirtualMachineType CAPTURED
public static VirtualMachineType[] values()
for (VirtualMachineType c : VirtualMachineType.values()) System.out.println(c);
public static VirtualMachineType 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 nullpublic int id()
public static VirtualMachineType fromId(int id)
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.