Enum - VsanXvcQueryCriteriaOperator(vim.vsan.XvcQueryCriteriaOperator)

Since
vSAN API 8.0.0.2


Enum Description

Defines the possible operators to use when comparing the values of individual property.

Enum Constants

NameDescription
Equal Equality operator.
Greater Greater than operator.
GreaterOrEqual Greater than or equal to operator.
In Checks for equality with at least one of a list of values.
Less Less than operator.
LessOrEqual Less than or equal to operator.
Like Pattern matching operator applicable to string properties.
NotEqual Inequality operator.
NotIn Checks for inequality with all values in a list.
NotLike Opposite of operator Like.
Unset Used in conjunction with comparableValue to see if a property is set or not.
VsanXvcQueryCriteriaOperator_unknown Unknown operation type.

Show WSDL type definition