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