vSphere Web Services API
| |||
Managed Object Types | Data Object Types | All Properties | All Methods |
Enum - VirtualDiskSharing(vim.vm.device.VirtualDisk.Sharing)
- Since
- vSphere API Release 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
Name | Description |
---|---|
sharingMultiWriter |
The virtual disk is shared between multiple virtual machines.
|
sharingNone |
The virtual disk is not shared.
|
Show WSDL type definition
Top of page | |||
Managed Object Types | Data Object Types | All Properties | All Methods |