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