public enum ActionType extends Enum<ActionType>
Enum Constant and Description |
---|
APPLICATION |
BACKUP |
CHANGE_KERNEL |
CONVERT |
CONVERT_TO_SNAPSHOT |
DISABLE_BACKUPS |
DISTRIBUTION |
ENABLE_IPV6 |
ENABLE_PRIVATE_NETWORKING |
PASSWORD_RESET |
POWER_CYCLE |
POWER_OFF |
POWER_ON |
REBOOT |
REBUILD |
RENAME |
RESIZE |
RESTORE |
SHUTDOWN |
SNAPSHOT |
TRANSFER |
Modifier and Type | Method and Description |
---|---|
static ActionType |
fromValue(String value) |
String |
toString() |
static ActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionType REBOOT
public static final ActionType POWER_CYCLE
public static final ActionType SHUTDOWN
public static final ActionType POWER_OFF
public static final ActionType POWER_ON
public static final ActionType PASSWORD_RESET
public static final ActionType RESIZE
public static final ActionType RESTORE
public static final ActionType REBUILD
public static final ActionType RENAME
public static final ActionType CHANGE_KERNEL
public static final ActionType ENABLE_IPV6
public static final ActionType DISABLE_BACKUPS
public static final ActionType ENABLE_PRIVATE_NETWORKING
public static final ActionType SNAPSHOT
public static final ActionType BACKUP
public static final ActionType TRANSFER
public static final ActionType CONVERT
public static final ActionType CONVERT_TO_SNAPSHOT
public static final ActionType DISTRIBUTION
public static final ActionType APPLICATION
public static ActionType[] values()
for (ActionType c : ActionType.values()) System.out.println(c);
public static ActionType 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 String toString()
toString
in class Enum<ActionType>
public static ActionType fromValue(String value)
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.