RouterBgpPeer constructor
RouterBgpPeer({
- String? advertiseMode,
- List<
String> ? advertisedGroups, - List<
RouterAdvertisedIpRange> ? advertisedIpRanges, - int? advertisedRoutePriority,
- RouterBgpPeerBfd? bfd,
- List<
RouterBgpPeerCustomLearnedIpRange> ? customLearnedIpRanges, - int? customLearnedRoutePriority,
- String? enable,
- bool? enableIpv4,
- bool? enableIpv6,
- List<
String> ? exportPolicies, - List<
String> ? importPolicies, - 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,
this.advertisedIpRanges,
this.advertisedRoutePriority,
this.bfd,
this.customLearnedIpRanges,
this.customLearnedRoutePriority,
this.enable,
this.enableIpv4,
this.enableIpv6,
this.exportPolicies,
this.importPolicies,
this.interfaceName,
this.ipAddress,
this.ipv4NexthopAddress,
this.ipv6NexthopAddress,
this.managementType,
this.md5AuthenticationKeyName,
this.name,
this.peerAsn,
this.peerIpAddress,
this.peerIpv4NexthopAddress,
this.peerIpv6NexthopAddress,
this.routerApplianceInstance,
});