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