|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NetworkAdapterType>
com.vmware.vcloud.sdk.constants.NetworkAdapterType
public enum NetworkAdapterType
Network Adapter types
| Enum Constant Summary | |
|---|---|
E1000
ETHERNET |
|
FLEXIBLE
Flexible |
|
VLANCE
Vlance |
|
VMXNET
vmxnet |
|
VMXNET2
VMXNET 2(Enhanced) |
|
VMXNET3
VMXNET 3 |
|
| Method Summary | |
|---|---|
static NetworkAdapterType |
fromValue(String value)
|
String |
value()
|
static NetworkAdapterType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NetworkAdapterType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 NetworkAdapterType E1000
public static final NetworkAdapterType VLANCE
public static final NetworkAdapterType VMXNET
public static final NetworkAdapterType FLEXIBLE
public static final NetworkAdapterType VMXNET2
public static final NetworkAdapterType VMXNET3
| Method Detail |
|---|
public static NetworkAdapterType[] values()
for (NetworkAdapterType c : NetworkAdapterType.values()) System.out.println(c);
public static NetworkAdapterType 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 NetworkAdapterType fromValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||