RouterBgp constructor

RouterBgp({
  1. String? advertiseMode,
  2. List<String>? advertisedGroups,
  3. List<RouterAdvertisedIpRange>? advertisedIpRanges,
  4. int? asn,
  5. int? keepaliveInterval,
})

Implementation

RouterBgp({
  this.advertiseMode,
  this.advertisedGroups,
  this.advertisedIpRanges,
  this.asn,
  this.keepaliveInterval,
});