RouteFilterRuleArgs

data class RouteFilterRuleArgs(val access: Output<Either<String, Access>>, val communities: Output<List<String>>, val id: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val routeFilterRuleType: Output<Either<String, RouteFilterRuleType>>) : ConvertibleToJava<RouteFilterRuleArgs>

Route Filter Rule Resource.

Constructors

Link copied to clipboard
constructor(access: Output<Either<String, Access>>, communities: Output<List<String>>, id: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, routeFilterRuleType: Output<Either<String, RouteFilterRuleType>>)

Properties

Link copied to clipboard
val access: Output<Either<String, Access>>

The access type of the rule.

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 id: Output<String>? = null

Resource ID.

Link copied to clipboard
val location: Output<String>? = null

Resource location.

Link copied to clipboard
val name: Output<String>? = null

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

The rule type of the rule.

Functions

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