
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
33 lines
1.3 KiB
ReStructuredText
33 lines
1.3 KiB
ReStructuredText
.. _VirtualVideoCard: ../../../vim/vm/device/VirtualVideoCard.rst
|
|
|
|
.. _vim.option.IntOption: ../../../vim/option/IntOption.rst
|
|
|
|
.. _vim.option.BoolOption: ../../../vim/option/BoolOption.rst
|
|
|
|
.. _vim.option.LongOption: ../../../vim/option/LongOption.rst
|
|
|
|
.. _vim.vm.device.VirtualDeviceOption: ../../../vim/vm/device/VirtualDeviceOption.rst
|
|
|
|
|
|
vim.vm.device.VirtualVideoCardOption
|
|
====================================
|
|
This data object type contains the options for the `VirtualVideoCard`_ data object type.
|
|
:extends: vim.vm.device.VirtualDeviceOption_
|
|
|
|
Attributes:
|
|
videoRamSizeInKB (`vim.option.LongOption`_, optional):
|
|
|
|
Minimum, maximum and default size of the video frame buffer.
|
|
numDisplays (`vim.option.IntOption`_, optional):
|
|
|
|
Minimum, maximum and default value for the number of displays.
|
|
useAutoDetect (`vim.option.BoolOption`_, optional):
|
|
|
|
Flag to indicate whether the display settings of the host should be used to automatically determine the display settings of the virtual machine's video card.
|
|
support3D (`vim.option.BoolOption`_, optional):
|
|
|
|
Flag to indicate whether the virtual video card supports 3D functions.
|
|
use3dRendererSupported (`vim.option.BoolOption`_, optional):
|
|
|
|
Flag to indicate whether the virtual video card can specify how to render 3D graphics.
|