
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
35 lines
1.2 KiB
ReStructuredText
35 lines
1.2 KiB
ReStructuredText
.. _level: ../../vim/LatencySensitivity.rst#level
|
|
|
|
.. _sensitivity: ../../vim/LatencySensitivity.rst#sensitivity
|
|
|
|
.. _vim.LatencySensitivity: ../../vim/LatencySensitivity.rst
|
|
|
|
.. _vim.LatencySensitivity.SensitivityLevel: ../../vim/LatencySensitivity/SensitivityLevel.rst
|
|
|
|
vim.LatencySensitivity.SensitivityLevel
|
|
=======================================
|
|
Enumeration of the nominal latency-sensitive values which can be used to specify the latency-sensitivity level of the application.In terms of latency-sensitivity the values relate: high>medium>normal>low.
|
|
:contained by: `vim.LatencySensitivity`_
|
|
|
|
:type: `vim.LatencySensitivity.SensitivityLevel`_
|
|
|
|
:name: custom
|
|
|
|
values:
|
|
--------
|
|
|
|
high
|
|
The relative latency-sensitivity high value.
|
|
|
|
custom
|
|
deprecated as of vSphere API Ver 5.5. Value will be ignored and treated as "normal" latency sensitivity. The custom absolute latency-sensitivity specified in `sensitivity`_ property is used to define the latency-sensitivity.When this value is set to `level`_ the `sensitivity`_ property should be set also.
|
|
|
|
medium
|
|
The relative latency-sensitivity medium value.
|
|
|
|
low
|
|
The relative latency-sensitivity low value.
|
|
|
|
normal
|
|
The relative latency-sensitivity normal value.This is the default latency-sensitivity value.
|