GetRouteFilterRule

data class GetRouteFilterRule(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

Link copied to clipboard

The collection for bgp community values.

Link copied to clipboard

The Name of this Route Filter.

Link copied to clipboard

The Route Filter Rule Type.