vSphere Web Services API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - SearchIndexPredicate(vim.SearchIndex.Predicate)
- Property of
- SearchIndexFilter
- Extends
- DynamicData
- Since
- vSphere API Release 9.1.0.0
Data Object Description
Properties
| Name | Type | Description |
|---|---|---|
| arrayOperator* | xsd:string |
The operator should be used only for properties, which return
an array as their value. It specifies one of the options defined in
ArrayOperator. The operator MUST be set for array values
and unset for non-array values.
This operator MUST always be used in combination with
Predicate#operator.
|
| comparableList* | xsd:anyType[] |
The list of values to test for equality or inequality against the
property value when operator ComparisonOperator#In or
ComparisonOperator#NotIn is used.
The type of each value in the list must be one of the types enumerated
in #property. The list cannot be empty.
Must be set for operator ComparisonOperator#In or
ComparisonOperator#NotIn.
|
| comparableValue* | xsd:anyType |
The value against which to compare the property value. The type of the
value must be one of the types enumerated in #property.
Must be set for all comparison operators except
ComparisonOperator#In and ComparisonOperator#NotIn.
|
| operator | xsd:string |
The operator to use for comparison of the property value.
Supported operators are listed in ComparisonOperator.
|
| propertyPath | xsd:string |
Specifies the resource model property to be compared. Only properties of
the following types may be used for comparisons in predicates:
The property can be:
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |