Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BgpRouteAsPath

import type { BgpRouteAsPath } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface BgpRouteAsPath {
asns?: 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.

§
type?: "AS_PATH_TYPE_SEQUENCE" | "AS_PATH_TYPE_SET"
[src]

[Output only] Type of AS-PATH segment (SEQUENCE or SET)