BgpRouteAsPath
import type { BgpRouteAsPath } from "https://googleapis.deno.dev/v1/compute:v1.ts";interface BgpRouteAsPath {
asns?: number[];
asns32?: number[];
type?: "AS_PATH_TYPE_SEQUENCE" | "AS_PATH_TYPE_SET";
}§Properties
§
asns?: number[]
[src][Output only] ASNs in the path segment. When type is SEQUENCE, these are ordered.