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

736 B

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.