Files
deb-python-pyvmomi/docs/vim/vm/device/VirtualDevice/PciBusSlotInfo.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.2 KiB

vim.vm.device.VirtualDevice.PciBusSlotInfo

The VirtualDevicePciBusSlotInfo data object type defines information about a pci bus slot of pci device in a virtual machine.

extends

vim.vm.device.VirtualDevice.BusSlotInfo

since

vSphere API 5.1

Attributes:

pciSlotNumber (int):

The pci slot number of the virtual device.The pci slot number assignment should generally be left to the system. If assigned a value, and the value is invalid or duplicated, it will automatically be reassigned. This will not cause an error.Generally, the PCI slot numbers should never be specified in an Reconfigure operation, and only in a CreateVM operation if i) they are specified for all devices, and ii) the numbers have been determined by looking at an existing VM configuration of similar hardware version. In other words, when the virtual hardware configuration is duplicated.