bgpPeer

suspend fun bgpPeer(name: String, block: suspend BgpPeerResourceBuilder.() -> Unit): BgpPeer

Parameters

name

The unique name of the resulting resource.

block

Builder for BgpPeer.

See also


fun bgpPeer(name: String): BgpPeer

Parameters

name

The unique name of the resulting resource.

See also