GetBgpNetworksNetwork

data class GetBgpNetworksNetwork(val dstCidrBlock: String, val id: String, val routerId: String, val status: String)

Constructors

Link copied to clipboard
constructor(dstCidrBlock: String, id: String, routerId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Advertised BGP networks.

Link copied to clipboard
val id: String

The ID of the Bgp Network. The value formats as <router_id>:<dst_cidr_block>.

Link copied to clipboard

The ID of the vRouter.

Link copied to clipboard

The state of the advertised BGP network.