public static interface RouterType.Builder extends SdkPojo, CopyableBuilder<RouterType.Builder,RouterType>
| Modifier and Type | Method and Description |
|---|---|
RouterType.Builder |
platform(String platform)
The virtual interface router platform.
|
RouterType.Builder |
routerTypeIdentifier(String routerTypeIdentifier)
Identifies the router by a combination of vendor, platform, and software version.
|
RouterType.Builder |
software(String software)
The router software.
|
RouterType.Builder |
vendor(String vendor)
The vendor for the virtual interface's router.
|
RouterType.Builder |
xsltTemplateName(String xsltTemplateName)
The template for the virtual interface's router.
|
RouterType.Builder |
xsltTemplateNameForMacSec(String xsltTemplateNameForMacSec)
The MAC Security (MACsec) template for the virtual interface's router.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRouterType.Builder vendor(String vendor)
The vendor for the virtual interface's router.
vendor - The vendor for the virtual interface's router.RouterType.Builder platform(String platform)
The virtual interface router platform.
platform - The virtual interface router platform.RouterType.Builder software(String software)
The router software.
software - The router software.RouterType.Builder xsltTemplateName(String xsltTemplateName)
The template for the virtual interface's router.
xsltTemplateName - The template for the virtual interface's router.RouterType.Builder xsltTemplateNameForMacSec(String xsltTemplateNameForMacSec)
The MAC Security (MACsec) template for the virtual interface's router.
xsltTemplateNameForMacSec - The MAC Security (MACsec) template for the virtual interface's router.RouterType.Builder routerTypeIdentifier(String routerTypeIdentifier)
Identifies the router by a combination of vendor, platform, and software version. For example,
CiscoSystemsInc-2900SeriesRouters-IOS124.
routerTypeIdentifier - Identifies the router by a combination of vendor, platform, and software version. For example,
CiscoSystemsInc-2900SeriesRouters-IOS124.Copyright © 2023. All rights reserved.