RouterBgp constructor

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

Implementation

RouterBgp({
  this.advertiseMode,
  this.advertisedGroups = const [],
  this.advertisedIpRanges = const [],
  this.asn,
  this.identifierRange,
  this.keepaliveInterval,
}) : super(fullyQualifiedName);