deb-python-pyvmomi/docs/vmodl/query/PropertyCollector/TraversalSpec.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

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.