Skip to content

Describe Router Configuration

directconnect_describe_router_configuration R Documentation

Details about the router

Description

Details about the router.

Usage

directconnect_describe_router_configuration(virtualInterfaceId,
  routerTypeIdentifier)

Arguments

virtualInterfaceId

[required] The ID of the virtual interface.

routerTypeIdentifier

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

Value

A list with the following syntax:

list(
  customerRouterConfig = "string",
  router = list(
    vendor = "string",
    platform = "string",
    software = "string",
    xsltTemplateName = "string",
    xsltTemplateNameForMacSec = "string",
    routerTypeIdentifier = "string"
  ),
  virtualInterfaceId = "string",
  virtualInterfaceName = "string"
)

Request syntax

svc$describe_router_configuration(
  virtualInterfaceId = "string",
  routerTypeIdentifier = "string"
)