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