NewBGPPeer constructor
NewBGPPeer({
- AddressFamily? addressFamily,
- String? amazonAddress,
- int? asn,
- String? authKey,
- String? customerAddress,
Implementation
NewBGPPeer({
this.addressFamily,
this.amazonAddress,
this.asn,
this.authKey,
this.customerAddress,
});