public enum ActionGroup extends Enum<ActionGroup>
Modifier and Type | Method and Description |
---|---|
static ActionGroup |
forValue(int value) |
static List<ActionGroup> |
getAllUserActionGroups() |
static HashMap<VdcObjectType,ArrayList<ActionGroup>> |
getEntityToActionGroupsMapping() |
int |
getId() |
RoleType |
getRoleType() |
static ActionGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionGroup CREATE_VM
public static final ActionGroup DELETE_VM
public static final ActionGroup EDIT_VM_PROPERTIES
public static final ActionGroup VM_BASIC_OPERATIONS
public static final ActionGroup CHANGE_VM_CD
public static final ActionGroup MIGRATE_VM
public static final ActionGroup CONNECT_TO_VM
public static final ActionGroup IMPORT_EXPORT_VM
public static final ActionGroup CONFIGURE_VM_NETWORK
public static final ActionGroup CONFIGURE_VM_STORAGE
public static final ActionGroup MOVE_VM
public static final ActionGroup MANIPULATE_VM_SNAPSHOTS
public static final ActionGroup CREATE_HOST
public static final ActionGroup EDIT_HOST_CONFIGURATION
public static final ActionGroup DELETE_HOST
public static final ActionGroup MANIPUTLATE_HOST
public static final ActionGroup CONFIGURE_HOST_NETWORK
public static final ActionGroup CREATE_TEMPLATE
public static final ActionGroup EDIT_TEMPLATE_PROPERTIES
public static final ActionGroup DELETE_TEMPLATE
public static final ActionGroup COPY_TEMPLATE
public static final ActionGroup CONFIGURE_TEMPLATE_NETWORK
public static final ActionGroup CREATE_VM_POOL
public static final ActionGroup EDIT_VM_POOL_CONFIGURATION
public static final ActionGroup DELETE_VM_POOL
public static final ActionGroup VM_POOL_BASIC_OPERATIONS
public static final ActionGroup CREATE_CLUSTER
public static final ActionGroup EDIT_CLUSTER_CONFIGURATION
public static final ActionGroup DELETE_CLUSTER
public static final ActionGroup CONFIGURE_CLUSTER_NETWORK
public static final ActionGroup MANIPULATE_USERS
public static final ActionGroup MANIPULATE_ROLES
public static final ActionGroup MANIPULATE_PERMISSIONS
public static final ActionGroup CREATE_STORAGE_DOMAIN
public static final ActionGroup EDIT_STORAGE_DOMAIN_CONFIGURATION
public static final ActionGroup DELETE_STORAGE_DOMAIN
public static final ActionGroup MANIPULATE_STORAGE_DOMAIN
public static final ActionGroup CREATE_STORAGE_POOL
public static final ActionGroup DELETE_STORAGE_POOL
public static final ActionGroup EDIT_STORAGE_POOL_CONFIGURATION
public static final ActionGroup CONFIGURE_STORAGE_POOL_NETWORK
public static final ActionGroup CONFIGURE_ENGINE
public static ActionGroup[] values()
for (ActionGroup c : ActionGroup.values()) System.out.println(c);
public static ActionGroup 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 int getId()
public RoleType getRoleType()
public static ActionGroup forValue(int value)
public static List<ActionGroup> getAllUserActionGroups()
public static HashMap<VdcObjectType,ArrayList<ActionGroup>> getEntityToActionGroupsMapping()
Copyright © 2012. All Rights Reserved.