public enum ActionType extends Enum<ActionType>
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 ENABLE_BACKUPS
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 final ActionType ASSIGN_FLOATING_IP
public static final ActionType UNASSIGN_FLOATING_IP
public static final ActionType RESERVE_FLOATING_IP
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)
Copyright © myjeeva blog, All rights reserved.
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.