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]

A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.

§
bestRoutesForRouter?: Route[]
[src]

A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.

§
network?: string
[src]

URI of the network to which this router belongs.