VirtualSCSISharing

VirtualSCSISharing
VirtualSCSISharing

A boxed VirtualSCSISharingEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

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.

Possible values:

  • noSharing: The virtual SCSI bus is not shared.

  • virtualSharing: The virtual SCSI bus is shared between two or more virtual machines.

    In this case, no physical machine is involved.

  • physicalSharing: The virtual SCSI bus is shared between two or more virtual machines residing on different physical hosts.

Possible values are : noSharing, virtualSharing, physicalSharing,