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
constructor(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)
Properties
Link copied to clipboard
Enable Or Disable state.
Link copied to clipboard
Switch configuration description.
Link copied to clipboard
BFD configuration properties
Link copied to clipboard
Originate a defaultRoute. Ex: "True" | "False".
Link copied to clipboard
BGP Ipv4 ListenRange.
Link copied to clipboard
List with stringified ipv4NeighborAddresses.
Link copied to clipboard
BGP Ipv6 ListenRange.
Link copied to clipboard
List with stringified IPv6 Neighbor Address.