public enum VIFType extends Enum<VIFType>
| Enum Constant and Description |
|---|
_802_QBG |
_802_QBH |
BINDING_FAILED |
BRIDGE |
HYPERV |
IOVISOR |
MIDONET |
MLNX_DIRECT |
MLNX_HOSTDEV |
OTHER |
OVS |
UNBOUND |
UNRECOGNIZED
Used by jclouds when the service returns an unknown value other than null.
|
| Modifier and Type | Method and Description |
|---|---|
static VIFType |
fromValue(String name) |
String |
toString() |
static VIFType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VIFType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VIFType UNBOUND
public static final VIFType BINDING_FAILED
public static final VIFType IOVISOR
public static final VIFType OVS
public static final VIFType BRIDGE
public static final VIFType _802_QBG
public static final VIFType _802_QBH
public static final VIFType HYPERV
public static final VIFType MIDONET
public static final VIFType MLNX_DIRECT
public static final VIFType MLNX_HOSTDEV
public static final VIFType OTHER
public static final VIFType UNRECOGNIZED
public static VIFType[] values()
for (VIFType c : VIFType.values()) System.out.println(c);
public static VIFType 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 nullCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.