RouteFilterRuleArgs

data class RouteFilterRuleArgs(val access: Output<String>, val communities: Output<List<String>>, val name: Output<String>, val ruleType: Output<String>) : ConvertibleToJava<RouteFilterRuleArgs>

Constructors

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

Properties

Link copied to clipboard
val access: Output<String>

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

Link copied to clipboard
val communities: Output<List<String>>

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

Link copied to clipboard
val name: Output<String>

The name of the route filter rule.

Link copied to clipboard
val ruleType: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): RouteFilterRuleArgs