Data Object - RetrieveResult(vmodl.query.PropertyCollector.RetrieveResult)

Returned by
ContinueRetrievePropertiesEx, RetrievePropertiesEx
Extends
DynamicData
See also
ObjectContent
Since
vSphere API 4.1

Data Object Description

Result of RetrievePropertiesEx and ContinueRetrievePropertiesEx

Properties

Name Type Description
objectsObjectContent[]

retrieved objects.
token*xsd:string

A token used to retrieve further retrieve results.

If set, the token should be passed to ContinueRetrievePropertiesEx to retrieve more results. Each token may be passed to continueRetrievePropertiesEx only once, and only in the same session in which it was returned and to the same PropertyCollector object that returned it.

If unset, there are no further results to retrieve after this RetrieveResult.

Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition