Skip to main content
Enum that defines comparison operators for argument validation in WAAS policy rules.

Values

  • equal - Value must be equal to the reference value
  • notEqual - Value must not be equal to the reference value
  • greater - Value must be greater than the reference value
  • less - Value must be less than the reference value
  • greaterEqual - Value must be greater than or equal to the reference value
  • lessEqual - Value must be less than or equal to the reference value