public enum HostCapabilityVmDirectPathGen2UnsupportedReason extends Enum<HostCapabilityVmDirectPathGen2UnsupportedReason>
| Enum Constant and Description |
|---|
hostNptDisabled |
hostNptIncompatibleHardware |
hostNptIncompatibleProduct |
| Modifier and Type | Method and Description |
|---|---|
static HostCapabilityVmDirectPathGen2UnsupportedReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostCapabilityVmDirectPathGen2UnsupportedReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HostCapabilityVmDirectPathGen2UnsupportedReason hostNptIncompatibleProduct
public static final HostCapabilityVmDirectPathGen2UnsupportedReason hostNptIncompatibleHardware
public static final HostCapabilityVmDirectPathGen2UnsupportedReason hostNptDisabled
public static HostCapabilityVmDirectPathGen2UnsupportedReason[] values()
for (HostCapabilityVmDirectPathGen2UnsupportedReason c : HostCapabilityVmDirectPathGen2UnsupportedReason.values()) System.out.println(c);
public static HostCapabilityVmDirectPathGen2UnsupportedReason 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.