BgpRoute
import type { BgpRoute } from "https://googleapis.deno.dev/v1/compute:v1.ts";interface BgpRoute {
readonly asPaths?: BgpRouteAsPath[];
readonly communities?: string[];
readonly destination?: BgpRouteNetworkLayerReachabilityInformation;
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.
§
readonly destination?: BgpRouteNetworkLayerReachabilityInformation
[src]Output only. [Output only] Destination IP range for the route, in human-readable CIDR format