Files
deb-python-pyvmomi/docs/vim/host/DatastoreBrowser/SearchResults.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

792 B

vim.host.DatastoreBrowser.SearchResults

This data object type contains the results of a search method for one datastore. A search method typically returns a set of these objects as an array.

extends

vmodl.DynamicData

Attributes:

datastore (vim.Datastore, optional):

Datastore contains the results.

folderPath (str, optional):

Relative path to the top-level folder.

file ([vim.host.DatastoreBrowser.FileInfo], optional):

Set of matching files, if any.