
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
28 lines
939 B
ReStructuredText
28 lines
939 B
ReStructuredText
.. _vim.host.ScsiLun: ../../../vim/host/ScsiLun.rst
|
|
|
|
.. _vim.host.ScsiLun.DescriptorQuality: ../../../vim/host/ScsiLun/DescriptorQuality.rst
|
|
|
|
vim.host.ScsiLun.DescriptorQuality
|
|
==================================
|
|
An indicator of the utility of Descriptor in being used as an identifier that is stable, unique, and correlatable.
|
|
:contained by: `vim.host.ScsiLun`_
|
|
|
|
:type: `vim.host.ScsiLun.DescriptorQuality`_
|
|
|
|
:name: unknownQuality
|
|
|
|
values:
|
|
--------
|
|
|
|
mediumQuality
|
|
The Descriptor has an identifier that may be used for identification and correlation across hosts.
|
|
|
|
unknownQuality
|
|
The Descriptor has an identifier that may or may not be useful for identification and correlation across hosts.
|
|
|
|
highQuality
|
|
The Descriptor has an identifier that is useful for identification and correlation across hosts.
|
|
|
|
lowQuality
|
|
The Descriptor has an identifier that should not be used for identification and correlation across hosts.
|