BGPPeer constructor

BGPPeer({
  1. AddressFamily? addressFamily,
  2. String? amazonAddress,
  3. int? asn,
  4. String? authKey,
  5. String? awsDeviceV2,
  6. String? bgpPeerId,
  7. BGPPeerState? bgpPeerState,
  8. BGPStatus? bgpStatus,
  9. String? customerAddress,
})

Implementation

BGPPeer({
  this.addressFamily,
  this.amazonAddress,
  this.asn,
  this.authKey,
  this.awsDeviceV2,
  this.bgpPeerId,
  this.bgpPeerState,
  this.bgpStatus,
  this.customerAddress,
});