NewBGPPeer constructor

NewBGPPeer({
  1. AddressFamily? addressFamily,
  2. String? amazonAddress,
  3. int? asn,
  4. String? authKey,
  5. String? customerAddress,
})

Implementation

NewBGPPeer({
  this.addressFamily,
  this.amazonAddress,
  this.asn,
  this.authKey,
  this.customerAddress,
});