public enum HostDasErrorEventHostDasErrorReason extends Enum<HostDasErrorEventHostDasErrorReason>
Java class for HostDasErrorEventHostDasErrorReason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HostDasErrorEventHostDasErrorReason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="configFailed"/>
<enumeration value="timeout"/>
<enumeration value="communicationInitFailed"/>
<enumeration value="healthCheckScriptFailed"/>
<enumeration value="agentFailed"/>
<enumeration value="agentShutdown"/>
<enumeration value="isolationAddressUnpingable"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AGENT_FAILED |
AGENT_SHUTDOWN |
COMMUNICATION_INIT_FAILED |
CONFIG_FAILED |
HEALTH_CHECK_SCRIPT_FAILED |
ISOLATION_ADDRESS_UNPINGABLE |
OTHER |
TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static HostDasErrorEventHostDasErrorReason |
fromValue(String v) |
String |
value() |
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 CONFIG_FAILED
public static final HostDasErrorEventHostDasErrorReason TIMEOUT
public static final HostDasErrorEventHostDasErrorReason COMMUNICATION_INIT_FAILED
public static final HostDasErrorEventHostDasErrorReason HEALTH_CHECK_SCRIPT_FAILED
public static final HostDasErrorEventHostDasErrorReason AGENT_FAILED
public static final HostDasErrorEventHostDasErrorReason AGENT_SHUTDOWN
public static final HostDasErrorEventHostDasErrorReason ISOLATION_ADDRESS_UNPINGABLE
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 nullpublic String value()
public static HostDasErrorEventHostDasErrorReason fromValue(String v)
Copyright © 2018. All rights reserved.