File: VirtualController.rst

package info (click to toggle)
python-pyvmomi 6.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,984 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 854 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. _int: https://docs.python.org/2/library/stdtypes.html

.. _VirtualDevice: ../../../vim/vm/device/VirtualDevice.rst

.. _vim.vm.device.VirtualDevice: ../../../vim/vm/device/VirtualDevice.rst


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.