An operator applied to all classification parameters of this
class. A value of 'and' indicates that packets must match all
classification parameters specified by the class in order to
be classified within the class. A value of 'or' indicates that
packets must match any one of the configured classification
parameters specified by the class in order to be classified
within the class.
For example, consider a class with classification parameters
xtmClassSrcIpAddresses of '198.202.232.10' and xtmClassProtocol
of 'udp'.
When xtmClassOperator is 'and', packets with IP source addresses
of 198.202.232.10 and IP protocol of udp are classified within
this class. Whe xtmClassOperator is 'or', packets with IP source
addresses of 198.202.232.10 or IP protocol or udp are classified
within this class.