Enum VMwareVirtualDiskMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the virtual disk mode.
public enum VMwareVirtualDiskMode
Fields
Append = 1
Changes are appended to the redo log; you revoke changes by removing the undo log.
IndependentNonpersistent = 2
The disk mode is independent and nonpersistent.
IndependentPersistent = 3
The disk mode is independent and persistent.
Nonpersistent = 4
Changes to virtual disk are made to a redo log and discarded at power off.
Persistent = 5
Changes are immediately and permanently written to the virtual disk.
Undoable = 6
Changes are made to a redo log, but you are given the option to commit or undo.
Unknown = 0
The disk mode is unknown.