File: VirtualVideoCardOption.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 (32 lines) | stat: -rw-r--r-- 1,330 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
20
21
22
23
24
25
26
27
28
29
30
31
32
.. _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.