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