Enum VMwareVirtualScsiBusSharingType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the SCSI bus sharing type for a SCSI controller on a virtual machine.
public enum VMwareVirtualScsiBusSharingType
Fields
None = 1
No SCSI bus sharing is permitted.
Physical = 3
Virtual disks can be shared between virtual machines on any server.
Unknown = 0
The sharing type is unknown.
Virtual = 2
Virtual disks can be shared between virtual machines on the same server.