VslmVsoVStorageObjectQuerySpec

VslmVsoVStorageObjectQuerySpec
VslmVsoVStorageObjectQuerySpec

The VslmVsoVStorageObjectQuerySpec describes the criteria to query VStorageObject from global catalog.

VslmVsoVStorageObjectQuerySpec is sent as input to VslmListVStorageObjectForSpec API.

This structure may be used only with operations rendered under /vslm.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "queryField": "string",
    "queryOperator": "string",
    "queryValue": [
        "string"
    ]
}
string
queryField
Required

This field specifies the searchable field.

This can be one of the values from VslmVsoVStorageObjectQuerySpecQueryFieldEnumEnum.

string
queryOperator
Required

This field specifies the operator to compare the searchable field queryField with the specified value queryValue.

This can be one of the values from VslmVsoVStorageObjectQuerySpecQueryOperatorEnumEnum.

array of string
queryValue
Optional

This field specifies the value to be compared with the searchable field.