exportPolicies

@JvmName(name = "vpegvdtkomdrmgst")
suspend fun exportPolicies(value: Output<List<String>>)
@JvmName(name = "qjktabpaiveygvsx")
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 = "ctbweolllpbxjbsd")
suspend fun exportPolicies(vararg values: Output<String>)


@JvmName(name = "divykbvjqlnochiv")
suspend fun exportPolicies(values: List<Output<String>>)
@JvmName(name = "epsuqcmrnrquwphy")
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.