public static enum ResourceAllocationSettingData.ConsumerVisibility extends Enum<ResourceAllocationSettingData.ConsumerVisibility>
| Enum Constant and Description | 
|---|
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. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
code  | 
protected static Map<Integer,ResourceAllocationSettingData.ConsumerVisibility> | 
MAPPING_BEHAVIOR_BY_ID  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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
protected final int code
protected static final Map<Integer,ResourceAllocationSettingData.ConsumerVisibility> MAPPING_BEHAVIOR_BY_ID
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 nameNullPointerException - if the argument is nullpublic String value()
public static ResourceAllocationSettingData.ConsumerVisibility fromValue(String behavior)
Copyright © 2009-2013 jclouds. All Rights Reserved.