Vm_Hardware_Adapter_Scsi_UpdateSpec

Vm_Hardware_Adapter_Scsi_UpdateSpec
Vm_Hardware_Adapter_Scsi_UpdateSpec

The Scsi.UpdateSpec structure describes the updates to be made to the configuration of a virtual SCSI adapter.

JSON Example
{
    "sharing": "string"
}
sharing
Optional

The Scsi.Sharing enumerated type defines the valid bus sharing modes for a virtual SCSI adapter.
NONE : The virtual SCSI bus is not shared.
VIRTUAL : The virtual SCSI bus is shared between two or more virtual machines. In this case, no physical machine is involved.
PHYSICAL : The virtual SCSI bus is shared between two or more virtual machines residing on different physical hosts.