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