ArrayOfSearchIndexQuerySpec

ArrayOfSearchIndexQuerySpec
ArrayOfSearchIndexQuerySpec

A boxed array of SearchIndexQuerySpec. To be used in Any placeholders.

Since: vSphere API Release 9.1.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "properties": [
                "string"
            ],
            "resourceType": "string",
            "filters": [
                {
                    "_typeName": "string",
                    "predicates": [
                        {
                            "_typeName": "string",
                            "propertyPath": "string",
                            "operator": "string",
                            "arrayOperator": "string",
                            "comparableValue": {
                                "_typeName": "string"
                            },
                            "comparableList": [
                                {
                                    "_typeName": "string"
                                }
                            ]
                        }
                    ]
                }
            ],
            "returnTotalCount": false,
            "limit": 0
        }
    ]
}
_value
Required

_value