public enum NotSupportedDeviceForFTDeviceType extends Enum<NotSupportedDeviceForFTDeviceType>
Java class for NotSupportedDeviceForFTDeviceType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="NotSupportedDeviceForFTDeviceType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="virtualVmxnet3"/>
<enumeration value="paraVirtualSCSIController"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
PARA_VIRTUAL_SCSI_CONTROLLER |
VIRTUAL_VMXNET_3 |
| Modifier and Type | Method and Description |
|---|---|
static NotSupportedDeviceForFTDeviceType |
fromValue(String v) |
String |
value() |
static NotSupportedDeviceForFTDeviceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotSupportedDeviceForFTDeviceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotSupportedDeviceForFTDeviceType VIRTUAL_VMXNET_3
public static final NotSupportedDeviceForFTDeviceType PARA_VIRTUAL_SCSI_CONTROLLER
public static NotSupportedDeviceForFTDeviceType[] values()
for (NotSupportedDeviceForFTDeviceType c : NotSupportedDeviceForFTDeviceType.values()) System.out.println(c);
public static NotSupportedDeviceForFTDeviceType 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 NotSupportedDeviceForFTDeviceType fromValue(String v)
Copyright © 2018. All rights reserved.