$BgpPeerConfig constructor

$BgpPeerConfig({
  1. String? asn,
  2. List<String>? controlPlaneNodes,
  3. String? ipAddress,
})

Implementation

$BgpPeerConfig({this.asn, this.controlPlaneNodes, this.ipAddress});