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 = 2The swap file is stored in the datastore specified by the host.
ObsoleteHostLocal = 4The swap file is stored in the datastore specified by the host. This value is obsolete and used for backwards compatibility.
ObsoleteVmDirectory = 3The swap file is stored in the virtual machine directory. This value is obsolete and used for backwards compatibility.
Unknown = 0The swap file location is unknown.
VmDirectory = 1The 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".