GetBgpPeersResult

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
constructor(bgpGroupId: String? = null, id: String, ids: List<String>, outputFile: String? = null, peers: List<GetBgpPeersPeer>, routerId: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bgpGroupId: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
Link copied to clipboard
val routerId: String? = null
Link copied to clipboard
val status: String? = null