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

RouterType

import type { RouterType } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";

Information about the virtual router.

interface RouterType {
platform?: string | null;
routerTypeIdentifier?: string | null;
software?: string | null;
vendor?: string | null;
xsltTemplateName?: string | null;
xsltTemplateNameForMacSec?: string | null;
}

§Properties

§
platform?: string | null
[src]

The virtual interface router platform.

§
routerTypeIdentifier?: string | null
[src]

Identifies the router by a combination of vendor, platform, and software version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.

§
software?: string | null
[src]

The router software.

§
vendor?: string | null
[src]

The vendor for the virtual interface's router.

§
xsltTemplateName?: string | null
[src]

The template for the virtual interface's router.

§
xsltTemplateNameForMacSec?: string | null
[src]

The MAC Security (MACsec) template for the virtual interface's router.