
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
37 lines
925 B
ReStructuredText
37 lines
925 B
ReStructuredText
.. _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.
|