|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ResourceAllocationSettingData.ConsumerVisibility> org.jclouds.cim.ResourceAllocationSettingData.ConsumerVisibility
public static enum ResourceAllocationSettingData.ConsumerVisibility
Describes the consumers visibility to the allocated resource.
Enum Constant Summary | |
---|---|
DMTF_RESERVED
|
|
NOT_REPRESENTED
indicates a representation of the resource does not exist within the context of the resource consumer. |
|
PASSED_THROUGH
indicates the underlying or host resource is utilized and passed through to the consumer, possibly using partitioning. |
|
UNKNOWN
|
|
VENDOR_RESERVED
|
|
VIRTUALIZED
indicates the resource is virtualized and may not map directly to an underlying/host resource. |
Field Summary | |
---|---|
protected int |
code
|
protected static Map<Integer,ResourceAllocationSettingData.ConsumerVisibility> |
MAPPING_BEHAVIOR_BY_ID
|
Method Summary | |
---|---|
static ResourceAllocationSettingData.ConsumerVisibility |
fromValue(String behavior)
|
String |
value()
|
static ResourceAllocationSettingData.ConsumerVisibility |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResourceAllocationSettingData.ConsumerVisibility[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ResourceAllocationSettingData.ConsumerVisibility UNKNOWN
public static final ResourceAllocationSettingData.ConsumerVisibility PASSED_THROUGH
public static final ResourceAllocationSettingData.ConsumerVisibility VIRTUALIZED
public static final ResourceAllocationSettingData.ConsumerVisibility NOT_REPRESENTED
public static final ResourceAllocationSettingData.ConsumerVisibility DMTF_RESERVED
public static final ResourceAllocationSettingData.ConsumerVisibility VENDOR_RESERVED
Field Detail |
---|
protected final int code
protected static final Map<Integer,ResourceAllocationSettingData.ConsumerVisibility> MAPPING_BEHAVIOR_BY_ID
Method Detail |
---|
public static ResourceAllocationSettingData.ConsumerVisibility[] values()
for (ResourceAllocationSettingData.ConsumerVisibility c : ResourceAllocationSettingData.ConsumerVisibility.values()) System.out.println(c);
public static ResourceAllocationSettingData.ConsumerVisibility valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static ResourceAllocationSettingData.ConsumerVisibility fromValue(String behavior)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |