vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanXvcQueryCriteria(vim.vsan.XvcQueryCriteria)
- Property of
- VsanXvcQueryFilter
- Extends
- DynamicData
- See also
- DynamicArray
- Since
- 8.0.0.2
Data Object Description
A condition on an object model property. Matches all objects that have a property that satisfies the condition.Properties
Name | Type | Description |
---|---|---|
comparableList* | DynamicArray |
The list against which to compare the property values.
Since 8.0.0.3 |
comparableValue* | xsd:anyType |
The value against which to compare the property value.
|
ignoreCase* | xsd:boolean |
Whether to treat lower and upper cases of the same letter as if they
were the same character.
|
operator* | xsd:string |
The operator to use for comparison of the property value.
Must be one of XvcQueryCriteriaOperator. See VsanXvcQueryCriteriaOperator |
property | xsd:string |
Name of the property.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |