Files
deb-python-pyvmomi/docs/vmodl/query/PropertyCollector/TraversalSpec.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.2 KiB

vmodl.query.PropertyCollector.TraversalSpec

The TraversalSpec data object type specifies how to derive a new set of objects to add to the filter.It specifies a property path whose value is either another managed object or an array of managed objects included in the set of objects for consideration. This data object can also be named, using the "name" field in the base type.

extends

vmodl.query.PropertyCollector.SelectionSpec

Attributes:

type (str):

Name of the object type containing the property.

path (str):

Name of the property to use in order to select additional objects.

skip (bool, optional):

Flag to indicate whether or not to filter the object in the "path" field.

selectSet (vmodl.query.PropertyCollector.SelectionSpec, optional):

Optional set of selections to specify additional objects to filter.