public enum TaskType extends Enum<TaskType>
| Enum Constant and Description |
|---|
CONVERT_DISK |
CONVERT_DISK_FROM_INSTANCE |
DEPLOY |
DOWNLOAD |
HA_DEPLOY |
HA_UNDEPLOY |
INSTANCE |
MAKE_PERSISTENT |
PAUSE |
POWER_OFF |
POWER_ON |
RECONFIGURE |
REFRESH |
REFRESH_REPOSITORY |
RESET |
RESUME |
UNDEPLOY |
| Modifier and Type | Field and Description |
|---|---|
protected TaskOwnerType |
ownerType |
| Modifier and Type | Method and Description |
|---|---|
TaskOwnerType |
getOwnerType() |
static TaskType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskType DEPLOY
public static final TaskType UNDEPLOY
public static final TaskType RECONFIGURE
public static final TaskType POWER_ON
public static final TaskType POWER_OFF
public static final TaskType PAUSE
public static final TaskType RESUME
public static final TaskType RESET
public static final TaskType INSTANCE
public static final TaskType HA_DEPLOY
public static final TaskType HA_UNDEPLOY
public static final TaskType REFRESH
public static final TaskType MAKE_PERSISTENT
public static final TaskType CONVERT_DISK
public static final TaskType CONVERT_DISK_FROM_INSTANCE
public static final TaskType DOWNLOAD
public static final TaskType REFRESH_REPOSITORY
protected TaskOwnerType ownerType
public static TaskType[] values()
for (TaskType c : TaskType.values()) System.out.println(c);
public static TaskType 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 TaskOwnerType getOwnerType()
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.