Files
deb-python-pyvmomi/docs/vim/vm/device/VirtualSCSIController.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

1.3 KiB

vim.vm.device.VirtualSCSIController

The VirtualSCSIController data object type represents a SCSI controller in a virtual machine.

extends

vim.vm.device.VirtualController

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.