
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
1.3 KiB
vim.vm.device.VirtualSCSIController
The VirtualSCSIController data object type represents a SCSI controller in a virtual machine.
- extends
- Attributes:
-
hotAddRemove (bool, optional):
All SCSI controllers support hot adding and removing of devices. This support can't be toggled in the current implementation. Therefore, this option is ignored when reconfiguring a SCSI controller and is always set to "true" when reading an existing configuration.
sharedBus (vim.vm.device.VirtualSCSIController.Sharing):
Mode for sharing the SCSI bus. The modes are physicalSharing, virtualSharing, and noSharing. See the Sharing data object type for an explanation of these modes.
scsiCtlrUnitNumber (int, optional):
The unit number of the SCSI controller. The SCSI controller sits on its own bus, so this field defines which slot the controller is using.