RouteFilterRule

data class RouteFilterRule(val access: String, val communities: List<String>, val name: String, val ruleType: String)

Constructors

Link copied to clipboard
constructor(access: String, communities: List<String>, name: String, ruleType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access type of the rule. The only possible value is Allow.

Link copied to clipboard

The collection for bgp community values to filter on. e.g. '12076:5010','12076:5020'.

Link copied to clipboard

The name of the route filter rule.

Link copied to clipboard

The rule type of the rule. The only possible value is Community.