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[];
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.

§
asns32?: number[]
[src]

[Output only] ASNs in the path segment. This field is for better support of 32 bit ASNs as the other asns field suffers from overflow when the ASN is larger. 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)