Enum - HostFileSystemVolumeFileSystemType(vim.host.FileSystemVolume.FileSystemType)

Since
vSphere API 6.0


Enum Description

Type of file system volume.

Enum Constants

NameDescription
CIFS Common Internet File System. If this is set, the type of the file system volume is Common Internet File System.
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.

Since vSphere API 6.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.
VFFS vFlash File System (ESX Server only). If this is set, the type of the file system volume is VFFS.

Since vSphere API 6.0
VMFS VMware File System (ESX Server only). If this is set, the type of the file system volume is VMFS.
vsan VSAN File System (ESX Server only).

Since vSphere API 6.0
VVOL vvol File System (ESX Server only).

Since vSphere API 6.0

Show WSDL type definition