peers

@JvmName(name = "sclkevegmslrbqmg")
suspend fun peers(value: Output<List<String>>)
@JvmName(name = "qvugejiiisjtdjad")
suspend fun peers(value: List<String>?)

Parameters

value

The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.


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


@JvmName(name = "qdyxrgvglulcjowr")
suspend fun peers(values: List<Output<String>>)
@JvmName(name = "qgihefvbxdnhsoaf")
suspend fun peers(vararg values: String)

Parameters

values

The names of the BGP peers to limit this advertisement to. If no values are specified, all BGP peers will receive this advertisement.