bgpPeers

@JvmName(name = "ssgbrhdggbqjhfpc")
suspend fun bgpPeers(value: Output<List<BgpPeerArgs>>)
@JvmName(name = "jlkcckfbpleiablh")
suspend fun bgpPeers(value: List<BgpPeerArgs>?)

Parameters

value

The list of BgpPeer entities that the Hybrid AKS cluster will peer with in addition to peering that occurs automatically with the switch fabric.


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


@JvmName(name = "nychikjydqtqlidw")
suspend fun bgpPeers(values: List<Output<BgpPeerArgs>>)
@JvmName(name = "rvlqeqkvlgrkvlay")
suspend fun bgpPeers(vararg values: BgpPeerArgs)

Parameters

values

The list of BgpPeer entities that the Hybrid AKS cluster will peer with in addition to peering that occurs automatically with the switch fabric.


@JvmName(name = "fadgmiojptaeawrq")
suspend fun bgpPeers(argument: List<suspend BgpPeerArgsBuilder.() -> Unit>)
@JvmName(name = "fsxctikydvsuqjtf")
suspend fun bgpPeers(vararg argument: suspend BgpPeerArgsBuilder.() -> Unit)
@JvmName(name = "gcevfprljbxaqcgh")
suspend fun bgpPeers(argument: suspend BgpPeerArgsBuilder.() -> Unit)

Parameters

argument

The list of BgpPeer entities that the Hybrid AKS cluster will peer with in addition to peering that occurs automatically with the switch fabric.