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 {
asPaths?: BgpRouteAsPath[];
communities?: string[];
med?: number;
origin?: "BGP_ORIGIN_EGP" | "BGP_ORIGIN_IGP" | "BGP_ORIGIN_INCOMPLETE";
}

§Properties

§

[Output only] AS-PATH for the route

§
communities?: string[]
[src]

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

§

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

§
med?: number
[src]

[Output only] BGP multi-exit discriminator

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

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