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

RouteAsPath

import type { RouteAsPath } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RouteAsPath {
asLists?: number[];
pathSegmentType?:
| "AS_CONFED_SEQUENCE"
| "AS_CONFED_SET"
| "AS_SEQUENCE"
| "AS_SET";
}

§Properties

§
asLists?: number[]
[src]

[Output Only] The AS numbers of the AS Path.

§
pathSegmentType?: "AS_CONFED_SEQUENCE" | "AS_CONFED_SET" | "AS_SEQUENCE" | "AS_SET"
[src]

[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed

  • 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed