public enum HostNetworkInterfaceType extends java.lang.Enum<HostNetworkInterfaceType>
{67431B00-9946-48A2-BC02-B25C5919F4F3}
Modifier and Type | Method and Description |
---|---|
static HostNetworkInterfaceType |
fromValue(long v) |
static HostNetworkInterfaceType |
fromValue(java.lang.String v) |
int |
value() |
static HostNetworkInterfaceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HostNetworkInterfaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostNetworkInterfaceType Bridged
public static final HostNetworkInterfaceType HostOnly
public static HostNetworkInterfaceType[] values()
for (HostNetworkInterfaceType c : HostNetworkInterfaceType.values()) System.out.println(c);
public static HostNetworkInterfaceType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int value()
public static HostNetworkInterfaceType fromValue(long v)
public static HostNetworkInterfaceType fromValue(java.lang.String v)