
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
27 lines
997 B
ReStructuredText
27 lines
997 B
ReStructuredText
.. _VirtualDiskMode: ../../../../vim/vm/device/VirtualDiskOption/DiskMode.rst
|
|
|
|
.. _vim.vm.device.VirtualDiskOption: ../../../../vim/vm/device/VirtualDiskOption.rst
|
|
|
|
.. _vim.vm.device.VirtualDiskOption.CompatibilityMode: ../../../../vim/vm/device/VirtualDiskOption/CompatibilityMode.rst
|
|
|
|
vim.vm.device.VirtualDiskOption.CompatibilityMode
|
|
=================================================
|
|
All known compatibility modes for raw disk mappings. Valid compatibility modes are:
|
|
* virtualMode
|
|
* physicalMode
|
|
*
|
|
:contained by: `vim.vm.device.VirtualDiskOption`_
|
|
|
|
:type: `vim.vm.device.VirtualDiskOption.CompatibilityMode`_
|
|
|
|
: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`_
|