1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _long: https://docs.python.org/2/library/stdtypes.html
.. _vSphere API 5.5: ../../vim/version.rst#vimversionversion9
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
.. _vim.VirtualMachine: ../../vim/VirtualMachine.rst
vim.host.GraphicsInfo
=====================
This data object type describes information about a single graphics device.
:extends: vmodl.DynamicData_
:since: `vSphere API 5.5`_
Attributes:
deviceName (`str`_):
The device name.
vendorName (`str`_):
The vendor name.
pciId (`str`_):
PCI ID of this device composed of "bus:slot.function".
graphicsType (`str`_):
Graphics type (@see GraphicsType).
memorySizeInKB (`long`_):
Memory capacity of graphics device or zero if not available.
vm ([`vim.VirtualMachine`_], optional):
Virtual machines using this graphics device.
|