Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data RouterType = RouterType' {}
- newRouterType :: RouterType
- routerType_vendor :: Lens' RouterType (Maybe Text)
- routerType_platform :: Lens' RouterType (Maybe Text)
- routerType_xsltTemplateName :: Lens' RouterType (Maybe Text)
- routerType_software :: Lens' RouterType (Maybe Text)
- routerType_xsltTemplateNameForMacSec :: Lens' RouterType (Maybe Text)
- routerType_routerTypeIdentifier :: Lens' RouterType (Maybe Text)
Documentation
data RouterType Source #
Information about the virtual router.
See: newRouterType
smart constructor.
RouterType' | |
|
Instances
newRouterType :: RouterType Source #
Create a value of RouterType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:vendor:RouterType'
, routerType_vendor
- The vendor for the virtual interface's router.
$sel:platform:RouterType'
, routerType_platform
- The virtual interface router platform.
$sel:xsltTemplateName:RouterType'
, routerType_xsltTemplateName
- The template for the virtual interface's router.
$sel:software:RouterType'
, routerType_software
- The router software.
$sel:xsltTemplateNameForMacSec:RouterType'
, routerType_xsltTemplateNameForMacSec
- The MAC Security (MACsec) template for the virtual interface's router.
$sel:routerTypeIdentifier:RouterType'
, routerType_routerTypeIdentifier
- Identifies the router by a combination of vendor, platform, and software
version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124
.
routerType_vendor :: Lens' RouterType (Maybe Text) Source #
The vendor for the virtual interface's router.
routerType_platform :: Lens' RouterType (Maybe Text) Source #
The virtual interface router platform.
routerType_xsltTemplateName :: Lens' RouterType (Maybe Text) Source #
The template for the virtual interface's router.
routerType_software :: Lens' RouterType (Maybe Text) Source #
The router software.
routerType_xsltTemplateNameForMacSec :: Lens' RouterType (Maybe Text) Source #
The MAC Security (MACsec) template for the virtual interface's router.
routerType_routerTypeIdentifier :: Lens' RouterType (Maybe Text) Source #
Identifies the router by a combination of vendor, platform, and software
version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124
.