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