Enum - VirtualSCSISharing(vim.vm.device.VirtualSCSIController.Sharing)

Property of
VirtualSCSIController, VirtualSCSIControllerOption


Enum Description

Sharing describes three possible ways of sharing the SCSI bus: One of these values is assigned to the sharedBus object to determine if or how the SCSI bus is shared.

Enum Constants

NameDescription
noSharing The virtual SCSI bus is not shared.
physicalSharing The virtual SCSI bus is shared between two or more virtual machines residing on different physical hosts.
virtualSharing The virtual SCSI bus is shared between two or more virtual machines. In this case, no physical machine is involved.

Show WSDL type definition