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