public static enum ResourceAllocationSettingData.ResourceType extends Enum<ResourceAllocationSettingData.ResourceType>
Modifier and Type | Field and Description |
---|---|
protected int |
code |
protected static Map<Integer,ResourceAllocationSettingData.ResourceType> |
RESOURCE_TYPE_BY_ID |
Modifier and Type | Method and Description |
---|---|
static ResourceAllocationSettingData.ResourceType |
fromValue(String type) |
String |
value() |
static ResourceAllocationSettingData.ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceAllocationSettingData.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceAllocationSettingData.ResourceType OTHER
public static final ResourceAllocationSettingData.ResourceType COMPUTER_SYSTEM
public static final ResourceAllocationSettingData.ResourceType PROCESSOR
public static final ResourceAllocationSettingData.ResourceType MEMORY
public static final ResourceAllocationSettingData.ResourceType IDE_CONTROLLER
public static final ResourceAllocationSettingData.ResourceType PARALLEL_SCSI_HBA
public static final ResourceAllocationSettingData.ResourceType FC_HBA
public static final ResourceAllocationSettingData.ResourceType ISCSI_HBA
public static final ResourceAllocationSettingData.ResourceType IB_HCA
public static final ResourceAllocationSettingData.ResourceType ETHERNET_ADAPTER
public static final ResourceAllocationSettingData.ResourceType OTHER_NETWORK_ADAPTER
public static final ResourceAllocationSettingData.ResourceType IO_SLOT
public static final ResourceAllocationSettingData.ResourceType IO_DEVICE
public static final ResourceAllocationSettingData.ResourceType FLOPPY_DRIVE
public static final ResourceAllocationSettingData.ResourceType CD_DRIVE
public static final ResourceAllocationSettingData.ResourceType DVD_DRIVE
public static final ResourceAllocationSettingData.ResourceType DISK_DRIVE
public static final ResourceAllocationSettingData.ResourceType TAPE_DRIVE
public static final ResourceAllocationSettingData.ResourceType STORAGE_EXTENT
public static final ResourceAllocationSettingData.ResourceType OTHER_STORAGE_DEVICE
public static final ResourceAllocationSettingData.ResourceType SERIAL_PORT
public static final ResourceAllocationSettingData.ResourceType PARALLEL_PORT
public static final ResourceAllocationSettingData.ResourceType USB_CONTROLLER
public static final ResourceAllocationSettingData.ResourceType GRAPHICS_CONTROLLER
public static final ResourceAllocationSettingData.ResourceType IEEE_1394_CONTROLLER
public static final ResourceAllocationSettingData.ResourceType PARTITIONABLE_UNIT
public static final ResourceAllocationSettingData.ResourceType BASE_PARTITIONABLE_UNIT
public static final ResourceAllocationSettingData.ResourceType POWER
public static final ResourceAllocationSettingData.ResourceType COOLING_CAPACITY
public static final ResourceAllocationSettingData.ResourceType ETHERNET_SWITCH_PORT
public static final ResourceAllocationSettingData.ResourceType LOGICAL_DISK
public static final ResourceAllocationSettingData.ResourceType STORAGE_VOLUME
public static final ResourceAllocationSettingData.ResourceType ETHERNET_CONNECTION
public static final ResourceAllocationSettingData.ResourceType DMTF_RESERVED
public static final ResourceAllocationSettingData.ResourceType VENDOR_RESERVED
protected final int code
protected static final Map<Integer,ResourceAllocationSettingData.ResourceType> RESOURCE_TYPE_BY_ID
public static ResourceAllocationSettingData.ResourceType[] values()
for (ResourceAllocationSettingData.ResourceType c : ResourceAllocationSettingData.ResourceType.values()) System.out.println(c);
public static ResourceAllocationSettingData.ResourceType 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.ResourceType fromValue(String type)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.