Files
deb-python-pyvmomi/docs/vim/host/ScsiLun/DescriptorQuality.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

939 B

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.