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

BgpRoute

import type { BgpRoute } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface BgpRoute {
readonly asPaths?: BgpRouteAsPath[];
readonly communities?: string[];
readonly med?: number;
readonly origin?: "BGP_ORIGIN_EGP" | "BGP_ORIGIN_IGP" | "BGP_ORIGIN_INCOMPLETE";
}

§Properties

§
readonly asPaths?: BgpRouteAsPath[]
[src]

Output only. [Output only] AS-PATH for the route

§
readonly communities?: string[]
[src]

Output only. [Output only] BGP communities in human-readable A:B format.

§

Output only. [Output only] Destination IP range for the route, in human-readable CIDR format

§
readonly med?: number
[src]

Output only. [Output only] BGP multi-exit discriminator

§
readonly origin?: "BGP_ORIGIN_EGP" | "BGP_ORIGIN_IGP" | "BGP_ORIGIN_INCOMPLETE"
[src]

Output only. [Output only] BGP origin (EGP, IGP or INCOMPLETE)