public enum JobType extends Enum<JobType>
| Enum Constant and Description |
|---|
CONFIGURE |
DECONFIGURE |
DISK_CONVERSION |
DOWNLOAD |
DUMP_DISK_TO_VOLUME |
DUMP_VOLUME_TO_DISK |
FREE_RESOURCES |
INSTANCE |
PAUSE |
POWER_OFF |
POWER_ON |
PROMOTE |
RECONFIGURE |
REFRESH |
RESET |
RESUME |
SCHEDULE |
UPDATE_RESOURCES |
| Modifier and Type | Method and Description |
|---|---|
static JobType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobType CONFIGURE
public static final JobType DECONFIGURE
public static final JobType RECONFIGURE
public static final JobType POWER_ON
public static final JobType POWER_OFF
public static final JobType PAUSE
public static final JobType RESUME
public static final JobType RESET
public static final JobType INSTANCE
public static final JobType REFRESH
public static final JobType DOWNLOAD
public static final JobType PROMOTE
public static final JobType DISK_CONVERSION
public static final JobType DUMP_DISK_TO_VOLUME
public static final JobType DUMP_VOLUME_TO_DISK
public static final JobType SCHEDULE
public static final JobType FREE_RESOURCES
public static final JobType UPDATE_RESOURCES
public static JobType[] values()
for (JobType c : JobType.values()) System.out.println(c);
public static JobType 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.