VsanPropertyConstraintComparatorEnum_enum
VsanPropertyConstraintComparatorEnum_enum
Defines the possible operators to use for comparison of the resource model properties.
Possible values:
EQUALS: Check for equality of valuesGREATER: Filters values if greater than specified constraint value.SMALLER: Filters values if smaller than specified constraint value.POPCONTAINS: Matches value to check if it contains the specified constraint value.TEXTUALLY_MATCHES: Uses Python regex re.match() function.VsanPropertyConstraintComparatorEnum_Unknown
This data structure has no properties.
Enumeration:
EQUALS,
GREATER,
SMALLER,
POP,
CONTAINS,
TEXTUALLY_MATCHES,
VsanPropertyConstraintComparatorEnum_Unknown,