Enum VMwareClusterSwapFileLocation
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the swap file location for a cluster.
public enum VMwareClusterSwapFileLocation
Fields
HostLocal = 2
The swap file is stored in the datastore specified by the host.
ObsoleteHostLocal = 4
The swap file is stored in the datastore specified by the host. This value is obsolete and used for backwards compatibility.
ObsoleteVmDirectory = 3
The swap file is stored in the virtual machine directory. This value is obsolete and used for backwards compatibility.
Unknown = 0
The swap file location is unknown.
VmDirectory = 1
The swap file is stored in the virtual machine directory.
Remarks
This enum contains the original text based values for backwards compatibility with versions previous to "8.1".