Virtual Storage Lifecycle Management API


Data Object - VslmVsoVStorageObjectQuerySpec(vslm.vso.VStorageObjectQuerySpec)

Parameter to
VslmListVStorageObjectForSpec
Extends
DynamicData
Since
6.7.2

Data Object Description

The VslmVsoVStorageObjectQuerySpec describes the criteria to query VStorageObject from global catalog. VslmVsoVStorageObjectQuerySpec is sent as input to VslmListVStorageObjectForSpec API.

Properties

Name Type Description
queryFieldxsd:string

This field specifies the searchable field. This can be one of the values from VslmVsoVStorageObjectQuerySpecQueryFieldEnum.
queryOperatorxsd:string

This field specifies the operator to compare the searchable field queryField with the specified value queryValue. This can be one of the values from QueryOperatorEnum.
queryValue*xsd:string[]

This field specifies the value to be compared with the searchable field.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition