Files
deb-python-pyvmomi/docs/vim/vm/guest/FileManager/ListFileInfo.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

873 B

vim.vm.guest.FileManager.ListFileInfo

extends

vmodl.DynamicData

since

vSphere API 5.0

Attributes:

files ([vim.vm.guest.FileManager.FileInfo], optional):

A list of GuestFileInfo data objects containing information for all the matching files.

remaining (int):

The number of files left to be returned. If non-zero, then the next set of files can be returned by calling ListFiles again with the index set to the number of results already returned.