Table of Contents

Enum VMwareDatastoreType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines the type of datastore.

public enum VMwareDatastoreType

Fields

CIFS = 3

The datastore is a Common Internet File System (CIFS) datastore.

NFS = 1

The datastore is an NFS (network file system) v3 datastore.

NFS41 = 4

The datastore is a Network file system (NFS) v4.1 datastore.

Other = 5

The datastore is not one of the specified file systems.

Unknown = 0

The datastore type is unknown.

VFFS = 6

The datastore is vFlash File System (ESX Server only).

VMFS = 2

The datastore is a VMFS datastore.

VSAN = 7

The datastore is vSAN file system.

VVOL = 8

The datastore is vVol file system.