GetBgpGroupsGroup

data class GetBgpGroupsGroup(val authKey: String, val bgpGroupName: String, val description: String, val hold: String, val id: String, val ipVersion: String, val isFakeAsn: Boolean, val keepalive: String, val localAsn: Int, val peerAsn: Int, val routeLimit: String, val routerId: String, val status: String)

Constructors

Link copied to clipboard
constructor(authKey: String, bgpGroupName: String, description: String, hold: String, id: String, ipVersion: String, isFakeAsn: Boolean, keepalive: String, localAsn: Int, peerAsn: Int, routeLimit: String, routerId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key used by the BGP group.

Link copied to clipboard

The name of the BGP group.

Link copied to clipboard

Description of the BGP group.

Link copied to clipboard

The hold time to wait for the incoming BGP message. If no message has been passed in after the hold time, the BGP neighbor is considered disconnected.

Link copied to clipboard
val id: String

The ID of the Bgp Group.

Link copied to clipboard

IP version.

Link copied to clipboard

Whether the AS number is false.

Link copied to clipboard

The keepalive time.

Link copied to clipboard

The local AS number.

Link copied to clipboard

The autonomous system (AS) number of the BGP peer.

Link copied to clipboard

Routing limits.

Link copied to clipboard

The ID of the VBR.

Link copied to clipboard

The status of the resource.