public enum DVPortStatusVmDirectPathGen2InactiveReasonNetwork extends Enum<DVPortStatusVmDirectPathGen2InactiveReasonNetwork>
| Enum Constant and Description |
|---|
portNptDisabledForPort |
portNptIncompatibleDvs |
portNptNoCompatibleNics |
portNptNoVirtualFunctionsAvailable |
| Modifier and Type | Method and Description |
|---|---|
static DVPortStatusVmDirectPathGen2InactiveReasonNetwork |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DVPortStatusVmDirectPathGen2InactiveReasonNetwork[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DVPortStatusVmDirectPathGen2InactiveReasonNetwork portNptIncompatibleDvs
public static final DVPortStatusVmDirectPathGen2InactiveReasonNetwork portNptNoCompatibleNics
public static final DVPortStatusVmDirectPathGen2InactiveReasonNetwork portNptNoVirtualFunctionsAvailable
public static final DVPortStatusVmDirectPathGen2InactiveReasonNetwork portNptDisabledForPort
public static DVPortStatusVmDirectPathGen2InactiveReasonNetwork[] values()
for (DVPortStatusVmDirectPathGen2InactiveReasonNetwork c : DVPortStatusVmDirectPathGen2InactiveReasonNetwork.values()) System.out.println(c);
public static DVPortStatusVmDirectPathGen2InactiveReasonNetwork 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 © 2011-2012. All Rights Reserved.