BgpRouteNetworkLayerReachabilityInformation
import type { BgpRouteNetworkLayerReachabilityInformation } from "https://googleapis.deno.dev/v1/compute:v1.ts";
Network Layer Reachability Information (NLRI) for a route.
interface BgpRouteNetworkLayerReachabilityInformation {
pathId?: number;
prefix?: string;
}