exportPolicies

@JvmName(name = "ajvdfegwcrumnflm")
suspend fun exportPolicies(value: Output<List<String>>)
@JvmName(name = "vxrqkxuqbuvfprmc")
suspend fun exportPolicies(value: List<String>?)

Parameters

value

routers.list of export policies applied to this peer, in the order they must be evaluated. The name must correspond to an existing policy that has ROUTE_POLICY_TYPE_EXPORT type.


@JvmName(name = "nkchoxuhvahfglrm")
suspend fun exportPolicies(vararg values: Output<String>)


@JvmName(name = "woquvbwwdnwgpqux")
suspend fun exportPolicies(values: List<Output<String>>)
@JvmName(name = "krljdbqsbpsdignd")
suspend fun exportPolicies(vararg values: String)

Parameters

values

routers.list of export policies applied to this peer, in the order they must be evaluated. The name must correspond to an existing policy that has ROUTE_POLICY_TYPE_EXPORT type.