bgpPeers

@JvmName(name = "tiwahxeyworbqtgd")
suspend fun bgpPeers(value: Output<List<RouterBgpPeerArgs>>)
@JvmName(name = "aqigoffmbahqbcow")
suspend fun bgpPeers(value: List<RouterBgpPeerArgs>?)

Parameters

value

BGP information that must be configured into the routing stack to establish BGP peering. This information must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer to RFC4273.


@JvmName(name = "yovovwwfbcggmoku")
suspend fun bgpPeers(vararg values: Output<RouterBgpPeerArgs>)


@JvmName(name = "ymsetyeorjdciigg")
suspend fun bgpPeers(values: List<Output<RouterBgpPeerArgs>>)
@JvmName(name = "iduychpcvdveybmq")
suspend fun bgpPeers(vararg values: RouterBgpPeerArgs)

Parameters

values

BGP information that must be configured into the routing stack to establish BGP peering. This information must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer to RFC4273.


@JvmName(name = "lrdssqyewbxdlebo")
suspend fun bgpPeers(argument: List<suspend RouterBgpPeerArgsBuilder.() -> Unit>)
@JvmName(name = "ecvelibeyvikkrfg")
suspend fun bgpPeers(vararg argument: suspend RouterBgpPeerArgsBuilder.() -> Unit)
@JvmName(name = "oqbqkwntdxpjechb")
suspend fun bgpPeers(argument: suspend RouterBgpPeerArgsBuilder.() -> Unit)

Parameters

argument

BGP information that must be configured into the routing stack to establish BGP peering. This information must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer to RFC4273.