Bgp Configuration Response
data class BgpConfigurationResponse(val allowAS: Int? = null, val allowASOverride: String? = null, val annotation: String? = null, val bfdConfiguration: BfdConfigurationResponse? = null, val defaultRouteOriginate: String? = null, val fabricASN: Int, val ipv4ListenRangePrefixes: List<String>? = null, val ipv4NeighborAddress: List<NeighborAddressResponse>? = null, val ipv6ListenRangePrefixes: List<String>? = null, val ipv6NeighborAddress: List<NeighborAddressResponse>? = null, val peerASN: Int)
BGP configuration properties
Constructors
Link copied to clipboard
fun BgpConfigurationResponse(allowAS: Int? = null, allowASOverride: String? = null, annotation: String? = null, bfdConfiguration: BfdConfigurationResponse? = null, defaultRouteOriginate: String? = null, fabricASN: Int, ipv4ListenRangePrefixes: List<String>? = null, ipv4NeighborAddress: List<NeighborAddressResponse>? = null, ipv6ListenRangePrefixes: List<String>? = null, ipv6NeighborAddress: List<NeighborAddressResponse>? = null, peerASN: Int)