GetBgpPeerPlainArgs

data class GetBgpPeerPlainArgs(val bgpPeerName: String, val resourceUri: String) : ConvertibleToJava<GetBgpPeerPlainArgs>

Constructors

Link copied to clipboard
constructor(bgpPeerName: String, resourceUri: String)

Properties

Link copied to clipboard

The name of the BgpPeer

Link copied to clipboard

The fully qualified Azure Resource manager identifier of the resource.

Functions

Link copied to clipboard
open override fun toJava(): GetBgpPeerPlainArgs