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 {
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.

§
readonly asns32?: number[]
[src]

Output only. [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.

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

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