RouterBgpPeer constructor
RouterBgpPeer({
- String? advertiseMode,
- List<
String> advertisedGroups = const [], - List<
RouterAdvertisedIpRange> advertisedIpRanges = const [], - int? advertisedRoutePriority,
- RouterBgpPeerBfd? bfd,
- List<
RouterBgpPeerCustomLearnedIpRange> customLearnedIpRanges = const [], - int? customLearnedRoutePriority,
- String? enable,
- bool? enableIpv4,
- bool? enableIpv6,
- List<
String> exportPolicies = const [], - List<
String> importPolicies = const [], - String? interfaceName,
- String? ipAddress,
- String? ipv4NexthopAddress,
- String? ipv6NexthopAddress,
- String? managementType,
- String? md5AuthenticationKeyName,
- String? name,
- int? peerAsn,
- String? peerIpAddress,
- String? peerIpv4NexthopAddress,
- String? peerIpv6NexthopAddress,
- String? routerApplianceInstance,
Implementation
RouterBgpPeer({
this.advertiseMode,
this.advertisedGroups = const [],
this.advertisedIpRanges = const [],
this.advertisedRoutePriority,
this.bfd,
this.customLearnedIpRanges = const [],
this.customLearnedRoutePriority,
this.enable,
this.enableIpv4,
this.enableIpv6,
this.exportPolicies = const [],
this.importPolicies = const [],
this.interfaceName,
this.ipAddress,
this.ipv4NexthopAddress,
this.ipv6NexthopAddress,
this.managementType,
this.md5AuthenticationKeyName,
this.name,
this.peerAsn,
this.peerIpAddress,
this.peerIpv4NexthopAddress,
this.peerIpv6NexthopAddress,
this.routerApplianceInstance,
}) : super(fullyQualifiedName);