Name
|
Type
|
Description
|
allRecordsReturned | xsd: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 |