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