RouterBgpPeer constructor

RouterBgpPeer({
  1. String? advertiseMode,
  2. List<String>? advertisedGroups,
  3. List<RouterAdvertisedIpRange>? advertisedIpRanges,
  4. int? advertisedRoutePriority,
  5. RouterBgpPeerBfd? bfd,
  6. List<RouterBgpPeerCustomLearnedIpRange>? customLearnedIpRanges,
  7. int? customLearnedRoutePriority,
  8. String? enable,
  9. bool? enableIpv6,
  10. String? interfaceName,
  11. String? ipAddress,
  12. String? ipv6NexthopAddress,
  13. String? managementType,
  14. String? md5AuthenticationKeyName,
  15. String? name,
  16. int? peerAsn,
  17. String? peerIpAddress,
  18. String? peerIpv6NexthopAddress,
  19. String? routerApplianceInstance,
})

Implementation

RouterBgpPeer({
  this.advertiseMode,
  this.advertisedGroups,
  this.advertisedIpRanges,
  this.advertisedRoutePriority,
  this.bfd,
  this.customLearnedIpRanges,
  this.customLearnedRoutePriority,
  this.enable,
  this.enableIpv6,
  this.interfaceName,
  this.ipAddress,
  this.ipv6NexthopAddress,
  this.managementType,
  this.md5AuthenticationKeyName,
  this.name,
  this.peerAsn,
  this.peerIpAddress,
  this.peerIpv6NexthopAddress,
  this.routerApplianceInstance,
});