Enum - VsanPropertyConstraintComparatorEnum(vim.VsanPropertyConstraintComparatorEnum)

Since
vSAN API 6.7


Enum Description

Defines the possible operators to use for comparison of the resource model properties.

Enum Constants

NameDescription
CONTAINS Matches value to check if it contains the specified constraint value.
EQUALS Check for equality of values
GREATER Filters values if greater than specified constraint value.
POP
SMALLER Filters values if smaller than specified constraint value.
TEXTUALLY_MATCHES Uses Python regex re.match() function.
VsanPropertyConstraintComparatorEnum_Unknown represent the value when the lower version client cannot recognize the enum value.

Show WSDL type definition