Files
deb-python-pyvmomi/docs/vim/vm/device/VirtualController.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

854 B

vim.vm.device.VirtualController

VirtualController is the base data object type for a device controller in a virtual machine. VirtualController extends VirtualDevice to inherit general information about a controller (such as name and description), and to allow controllers to appear in a generic list of virtual devices.

extends

vim.vm.device.VirtualDevice

Attributes:

busNumber (int):

Bus number associated with this controller.

device ([int], optional):

List of devices currently controlled by this controller. Each entry contains the key property of the corresponding device object.