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