RouterStatusBgpPeerStatus constructor

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

Implementation

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