Package org.jclouds.cim
Enum Class ResourceAllocationSettingData.ConsumerVisibility
java.lang.Object
java.lang.Enum<ResourceAllocationSettingData.ConsumerVisibility>
org.jclouds.cim.ResourceAllocationSettingData.ConsumerVisibility
- All Implemented Interfaces:
Serializable
,Comparable<ResourceAllocationSettingData.ConsumerVisibility>
,java.lang.constant.Constable
- Enclosing class:
ResourceAllocationSettingData
public static enum ResourceAllocationSettingData.ConsumerVisibility
extends Enum<ResourceAllocationSettingData.ConsumerVisibility>
Describes the consumers visibility to the allocated resource.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionindicates a representation of the resource does not exist within the context of the resource consumer.indicates the underlying or host resource is utilized and passed through to the consumer, possibly using partitioning.indicates the resource is virtualized and may not map directly to an underlying/host resource. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final int
protected static final Map
<Integer, ResourceAllocationSettingData.ConsumerVisibility> -
Method Summary
-
Enum Constant Details
-
UNKNOWN
-
PASSED_THROUGH
indicates the underlying or host resource is utilized and passed through to the consumer, possibly using partitioning. At least one item shall be present in the HostResource property. -
VIRTUALIZED
indicates the resource is virtualized and may not map directly to an underlying/host resource. Some implementations may support specific assignment for virtualized resources, in which case the host resource(s) are exposed using the HostResource property. -
NOT_REPRESENTED
indicates a representation of the resource does not exist within the context of the resource consumer. -
DMTF_RESERVED
-
VENDOR_RESERVED
-
-
Field Details
-
code
protected final int code -
MAPPING_BEHAVIOR_BY_ID
protected static final Map<Integer,ResourceAllocationSettingData.ConsumerVisibility> MAPPING_BEHAVIOR_BY_ID
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
value
-
fromValue
-