Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RouterStatus

import type { RouterStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RouterStatus {
bestRoutes?: Route[];
bestRoutesForRouter?: Route[];
bgpPeerStatus?: RouterStatusBgpPeerStatus[];
natStatus?: RouterStatusNatStatus[];
network?: string;
}

§Properties

§
bestRoutes?: Route[]
[src]

Best routes for this router's network.

§
bestRoutesForRouter?: Route[]
[src]

Best routes learned by this router.

§
network?: string
[src]

URI of the network to which this router belongs.