Enum - VirtualDiskSharing(vim.vm.device.VirtualDisk.Sharing)

Since
vSphere API 6.0


Enum Description

The sharing mode of the virtual disk. Setting the value to sharingMultiWriter means that multiple virtual machines can write to the virtual disk. This sharing mode is allowed only for eagerly zeroed thick virtual disks.

Enum Constants

NameDescription
sharingMultiWriter The virtual disk is shared between multiple virtual machines.
sharingNone The virtual disk is not shared.

Show WSDL type definition