Data Object - VslmVsoVStorageObjectQueryResult(vslm.vso.VStorageObjectQueryResult)

Returned by
VslmListVStorageObjectForSpec
Extends
DynamicData
See also
ID, VslmVsoVStorageObjectResult
Since
VSLM API 6.7.2

Data Object Description

The VslmVsoVStorageObjectQueryResult contains the result of vslm.vso.VStorageObjectManager#listVStorageObjectForSpec API.

Properties

Name Type Description
allRecordsReturnedxsd:boolean

If set to false, more results were found than could be returned (either limited by maxResult input argument in the vslm.vso.VStorageObjectManager#listVStorageObjectForSpec API or truncated because the number of results exceeded the internal limit).
id*ID[]

IDs of the VStorageObjects matching the query criteria NOTE: This field will be removed once the dev/qe code is refactored. IDs will be returned in ascending order. If allRecordsReturned is set to false, to get the additional results, repeat the query with ID > last ID as part of the query spec VslmVsoVStorageObjectQuerySpec.
queryResults*VslmVsoVStorageObjectResult[]

Results of the query criteria. vim.vslm.VStorageObjectResult#id IDs will be returned in ascending order. If allRecordsReturned is set to false,then, to get the additional results, repeat the query with ID > last ID as part of the query spec VslmVsoVStorageObjectQuerySpec.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition