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