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