priority property

int? priority
getter/setter pair

A positive integer between 1, Int32.MaxValue-1 that defines the order of rule evaluation.

Rules with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be modified by the user.

Implementation

core.int? priority;