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

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;
}

§Properties

§
pathId?: number
[src]

If the BGP session supports multiple paths (RFC 7911), the path identifier for this route.

§
prefix?: string
[src]

Human readable CIDR notation for a prefix. E.g. 10.42.0.0/16.