Type vz:MatchT


Represents the label match type

Constants
All 1 All Logical AND i.e. &&
AtleastOne 2 AtleastOne Logical OR i.e. ||
AtmostOne 3 AtmostOne Logical XOR
None 4 None Logical NOT i.e. !
DEFAULT AtleastOne(2) AtleastOne Logical OR i.e. ||