vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanCompositeConstraint(vim.VsanCompositeConstraint)
- Extends
- VsanResourceConstraint
- See also
- VsanResourceConstraint
- Since
- 6.6
Data Object Description
Defines a criteria for matching resources based on a composition of multiple VsanResourceConstraint 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 |
nestedConstraints* | VsanResourceConstraint[] |
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 VsanResourceConstraint | ||
targetType | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |