File: OptionDef.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 (16 lines) | stat: -rw-r--r-- 784 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. _ElementDescription: ../../vim/ElementDescription.rst

.. _vim.option.OptionType: ../../vim/option/OptionType.rst

.. _vim.ElementDescription: ../../vim/ElementDescription.rst


vim.option.OptionDef
====================
  Describes a user-defined option. The name of each option is identified by the "key" property, inherited from the `ElementDescription`_ data object type. You can indicate the property's position in a hierarchy by using a dot-separated notation. The string preceding the first dot is the top of the hierarchy. The hierarchy descends to a new sublevel with each dot. For example, "Ethernet.NetworkConnection.Bridged".
:extends: vim.ElementDescription_

Attributes:
    optionType (`vim.option.OptionType`_):

       The option type which defines allowed values.