RouterStatusBgpPeerStatus constructor
RouterStatusBgpPeerStatus({
- List<
Route> ? advertisedRoutes, - BfdStatus? bfdStatus,
- bool? enableIpv4,
- bool? enableIpv6,
- String? ipAddress,
- String? ipv4NexthopAddress,
- String? ipv6NexthopAddress,
- String? linkedVpnTunnel,
- bool? md5AuthEnabled,
- String? name,
- int? numLearnedRoutes,
- String? peerIpAddress,
- String? peerIpv4NexthopAddress,
- String? peerIpv6NexthopAddress,
- String? routerApplianceInstance,
- String? state,
- String? status,
- String? statusReason,
- String? uptime,
- 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,
});