Files
deb-python-pyvmomi/docs/vim/view/ManagedObjectView.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

708 B

vim.view.ManagedObjectView

ManagedObjectView is the base class for view objects that provide access to a set of ManagedEntity objects. ManagedObjectView defines a view list; the list contains references to objects in the view. To create a view use the ViewManager methods.

extends

vim.view.View

since

VI API 2.5

Attributes

view ([vmodl.ManagedObject]):

The list of references to objects mapped by this view.

Methods