Files
deb-python-pyvmomi/docs/vim/vm/FileLayout/DiskLayout.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

22 lines
736 B
ReStructuredText

.. _int: https://docs.python.org/2/library/stdtypes.html
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _config: ../../../vim/vm/ConfigInfo.rst
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
vim.vm.FileLayout.DiskLayout
============================
Enumerats the set of files for each virtual disk.
:extends: vmodl.DynamicData_
Attributes:
key (`int`_):
Identification of the disk in `config`_ .
diskFile ([`str`_]):
List of files that makes up the virtual disk. At least one entry always exists in this array. The first entry is the main descriptor of the virtual disk (the one used when adding the disk to a virtual machine). These are complete datastore paths, not relative paths.