Vcenter NamespaceManagement InfrastructurePolicies ValueSelectorOperator
Vcenter NamespaceManagement InfrastructurePolicies ValueSelectorOperator
The Vcenter NamespaceManagement InfrastructurePolicies ValueSelectorOperator enumerated type defines the operators that can be used for value matching.
Possible values:
IS_EQUAL: Operands must match exactly.IS_NOT_EQUAL: Operands must not match.CONTAINS: Operand being compared must contain the other.DOES_NOT_CONTAIN: Operand being compared must not contain the other.HAS_PREFIX: Compared value must have a prefix specified by the operand.DOES_NOT_HAVE_PREFIX: Compared value must not have a prefix specified by the operand.HAS_SUFFIX: Compared value must have a suffix specified by the operand.DOES_NOT_HAVE_SUFFIX: Compared value must not have a suffix specified by the operand.MATCHES: Compared Value must match the regular expression specified by the operand.DOES_NOT_MATCH: Compared Value must not match the regular expression specified by the operand.
This enumeration was added in vSphere API 9.1.0.0.
This data structure has no properties.
Enumeration:
IS_EQUAL,
IS_NOT_EQUAL,
CONTAINS,
DOES_NOT_CONTAIN,
HAS_PREFIX,
DOES_NOT_HAVE_PREFIX,
HAS_SUFFIX,
DOES_NOT_HAVE_SUFFIX,
MATCHES,
DOES_NOT_MATCH,