BGPPeer constructor
BGPPeer({
- AddressFamily? addressFamily,
- String? amazonAddress,
- int? asn,
- String? authKey,
- String? awsDeviceV2,
- String? bgpPeerId,
- BGPPeerState? bgpPeerState,
- BGPStatus? bgpStatus,
- String? customerAddress,
Implementation
BGPPeer({
this.addressFamily,
this.amazonAddress,
this.asn,
this.authKey,
this.awsDeviceV2,
this.bgpPeerId,
this.bgpPeerState,
this.bgpStatus,
this.customerAddress,
});