Get Bgp Peers Result
data class GetBgpPeersResult(val bgpGroupId: String? = null, val id: String, val ids: List<String>, val outputFile: String? = null, val peers: List<GetBgpPeersPeer>, val routerId: String? = null, val status: String? = null)
A collection of values returned by getBgpPeers.
Constructors
Link copied to clipboard
fun GetBgpPeersResult(bgpGroupId: String? = null, id: String, ids: List<String>, outputFile: String? = null, peers: List<GetBgpPeersPeer>, routerId: String? = null, status: String? = null)