Criterion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A matching criteria which matches routes based on route prefix, community, and AS path.
public class Criterion
type Criterion = class
Public Class Criterion
- Inheritance
-
Criterion
Constructors
Criterion() |
Initializes a new instance of the Criterion class. |
Criterion(IList<String>, IList<String>, IList<String>, String) |
Initializes a new instance of the Criterion class. |
Properties
AsPath |
Gets or sets list of AS paths which this criteria matches. |
Community |
Gets or sets list of BGP communities which this criteria matches. |
MatchCondition |
Gets or sets match condition to apply RouteMap rules. Possible values include: 'Unknown', 'Contains', 'Equals', 'NotContains', 'NotEquals' |
RoutePrefix |
Gets or sets list of route prefixes which this criteria matches. |