public enum PredefinedRoles extends Enum<PredefinedRoles>
Enum Constant and Description |
---|
CLUSTER_ADMIN |
DATA_CENTER_ADMIN |
ENGINE_USER |
HOST_ADMIN |
NETWORK_ADMIN |
POWER_USER |
STORAGE_ADMIN |
SUPER_USER |
TEMPLATE_ADMIN |
TEMPLATE_USER |
VM_OPERATOR |
VM_POOL_ADMIN |
Modifier and Type | Method and Description |
---|---|
Guid |
getId() |
static PredefinedRoles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PredefinedRoles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PredefinedRoles SUPER_USER
public static final PredefinedRoles ENGINE_USER
public static final PredefinedRoles POWER_USER
public static final PredefinedRoles CLUSTER_ADMIN
public static final PredefinedRoles DATA_CENTER_ADMIN
public static final PredefinedRoles STORAGE_ADMIN
public static final PredefinedRoles HOST_ADMIN
public static final PredefinedRoles NETWORK_ADMIN
public static final PredefinedRoles VM_OPERATOR
public static final PredefinedRoles VM_POOL_ADMIN
public static final PredefinedRoles TEMPLATE_ADMIN
public static final PredefinedRoles TEMPLATE_USER
public static PredefinedRoles[] values()
for (PredefinedRoles c : PredefinedRoles.values()) System.out.println(c);
public static PredefinedRoles 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 Guid getId()
Copyright © 2012. All Rights Reserved.