Bgp Settings Response
data class BgpSettingsResponse(val asn: Double? = null, val bgpPeeringAddress: String? = null, val bgpPeeringAddresses: List<IPConfigurationBgpPeeringAddressResponse>? = null, val peerWeight: Int? = null)
BGP settings details.
Constructors
Link copied to clipboard
constructor(asn: Double? = null, bgpPeeringAddress: String? = null, bgpPeeringAddresses: List<IPConfigurationBgpPeeringAddressResponse>? = null, peerWeight: Int? = null)