vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanNestJsonComparator(vim.VsanNestJsonComparator)
- Extends
- VsanComparator
- See also
- VsanJsonComparator
- Since
- 6.7
Data Object Description
Defines a criteria for matching JSON data based on a composition of multiple VsanComparator instances.Properties
Name | Type | Description |
---|---|---|
conjoiner* | xsd:string |
The operator to be used to join the resource sets identified by the nested
constraints.
See VsanCompositeConstraintConjoinerEnum for possible conjoiner
operators. See VsanCompositeConstraintConjoinerEnum |
nestedComparators* | VsanJsonComparator[] |
The nested or sub-constraints that this composite is made of. Note that
the order of the constraints in the array is important when the operator
is not commutative, e.g. VsanCompositeConstraintConjoinerEnum#EXCEPT.
|
Properties inherited from VsanComparator | ||
None | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |