RouterStatusBgpPeerStatus constructor

RouterStatusBgpPeerStatus({
  1. List<Route>? advertisedRoutes,
  2. BfdStatus? bfdStatus,
  3. bool? enableIpv4,
  4. bool? enableIpv6,
  5. String? ipAddress,
  6. String? ipv4NexthopAddress,
  7. String? ipv6NexthopAddress,
  8. String? linkedVpnTunnel,
  9. bool? md5AuthEnabled,
  10. String? name,
  11. int? numLearnedRoutes,
  12. String? peerIpAddress,
  13. String? peerIpv4NexthopAddress,
  14. String? peerIpv6NexthopAddress,
  15. String? routerApplianceInstance,
  16. String? state,
  17. String? status,
  18. String? statusReason,
  19. String? uptime,
  20. String? uptimeSeconds,
})

Implementation

RouterStatusBgpPeerStatus({
  this.advertisedRoutes,
  this.bfdStatus,
  this.enableIpv4,
  this.enableIpv6,
  this.ipAddress,
  this.ipv4NexthopAddress,
  this.ipv6NexthopAddress,
  this.linkedVpnTunnel,
  this.md5AuthEnabled,
  this.name,
  this.numLearnedRoutes,
  this.peerIpAddress,
  this.peerIpv4NexthopAddress,
  this.peerIpv6NexthopAddress,
  this.routerApplianceInstance,
  this.state,
  this.status,
  this.statusReason,
  this.uptime,
  this.uptimeSeconds,
});