
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
939 B
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
- 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.