VmHardwareAdapterScsiUpdateSpec

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


Properties

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.

Possible values are: NONEVIRTUALPHYSICAL

JSON Example

{
	"sharing": "NONE"
}

Feedback

Was this page helpful?