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