
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
20 lines
843 B
ReStructuredText
20 lines
843 B
ReStructuredText
.. _bool: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vim.option.ChoiceOption: ../../../../vim/option/ChoiceOption.rst
|
|
|
|
.. _vim.vm.device.VirtualDeviceOption.DeviceBackingOption: ../../../../vim/vm/device/VirtualDeviceOption/DeviceBackingOption.rst
|
|
|
|
|
|
vim.vm.device.VirtualDiskOption.RawDiskVer2BackingOption
|
|
========================================================
|
|
The VirtualDiskOption.RawDiskVer2BackingOption object type contains the available options when backing a virtual disk using a host device on VMware Server.
|
|
:extends: vim.vm.device.VirtualDeviceOption.DeviceBackingOption_
|
|
|
|
Attributes:
|
|
descriptorFileNameExtensions (`vim.option.ChoiceOption`_):
|
|
|
|
Valid extensions for the filename of the raw disk descriptor file.
|
|
uuid (`bool`_):
|
|
|
|
Flag to indicate whether this backing supports disk UUID property.
|