VZDiskImageSynchronizationMode.none
Disables data synchronization with the permanent storage.
Declaration
case noneDiscussion
This option doesn’t guarantee data integrity if any error condition occurs, such as disk full on the host, panic, power loss, and so on.
This mode is useful when a VM is run only once to perform a task to completion or failure. In that case, the framework can’t safely reuse the disk image on failure.
Using this mode may result in improved performance because no synchronization with the underlying storage is necessary.