
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
997 B
997 B
vim.vm.device.VirtualDiskOption.CompatibilityMode
- All known compatibility modes for raw disk mappings. Valid compatibility modes are:
- virtualMode
- physicalMode
- contained by
- type
- name
physicalMode
values:
- physicalMode
-
A disk device backed by a physical compatibility mode raw disk mapping cannot use disk modes, and commands are passed straight through to the LUN indicated by the raw disk mapping.
- virtualMode
-
A disk device backed by a virtual compatibility mode raw disk mapping can use disk modes.See VirtualDiskMode