HostFileSystemVolumeFileSystemType_enum
Type of file system volume.
Possible values:
VMFS
: VMware File System (ESX Server only).If this is set, the type of the file system volume is VMFS.
NFS
: Network file system v3 linux & esx servers only.If this is set, the type of the file system volume is NFS v3.
NFS41
: Network file system v4.1 linux & esx servers only.If this is set, the type of the file system volume is NFS v4.1 or later.
CIFS
: Common Internet File System.If this is set, the type of the file system volume is Common Internet File System.
vsan
: VSAN File System (ESX Server only).VFFS
: vFlash File System (ESX Server only).If this is set, the type of the file system volume is VFFS.
VVOL
: vvol File System (ESX Server only).PMEM
: Persistent Memory File System (ESX Server only).vsanD
: VSAN direct file system.Since: vSphere API Release 7.0.1.0
OTHER
: Used if the file system is not one of the specified file systems.Used mostly for reporting purposes. The other types are described by the otherType property.