BgpRoute
import type { BgpRoute } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface BgpRoute {
asPaths?: BgpRouteAsPath[];
communities?: string[];
destination?: BgpRouteNetworkLayerReachabilityInformation;
med?: number;
origin?: "BGP_ORIGIN_EGP" | "BGP_ORIGIN_IGP" | "BGP_ORIGIN_INCOMPLETE";
}§Properties
§
asPaths?: BgpRouteAsPath[]
[src][Output only] AS-PATH for the route
§
destination?: BgpRouteNetworkLayerReachabilityInformation
[src][Output only] Destination IP range for the route, in human-readable CIDR format