| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DirectConnect.Types.RouterType
Description
Synopsis
- data RouterType = RouterType' {}
- newRouterType :: RouterType
- routerType_platform :: Lens' RouterType (Maybe Text)
- routerType_routerTypeIdentifier :: Lens' RouterType (Maybe Text)
- routerType_software :: Lens' RouterType (Maybe Text)
- routerType_vendor :: Lens' RouterType (Maybe Text)
- routerType_xsltTemplateName :: Lens' RouterType (Maybe Text)
- routerType_xsltTemplateNameForMacSec :: Lens' RouterType (Maybe Text)
Documentation
data RouterType Source #
Information about the virtual router.
See: newRouterType smart constructor.
Constructors
| RouterType' | |
Fields
| |
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:platform:RouterType', routerType_platform - The virtual interface router platform.
$sel:routerTypeIdentifier:RouterType', routerType_routerTypeIdentifier - Identifies the router by a combination of vendor, platform, and software
version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.
$sel:software:RouterType', routerType_software - The router software.
$sel:vendor:RouterType', routerType_vendor - The vendor for the virtual interface's router.
$sel:xsltTemplateName:RouterType', routerType_xsltTemplateName - The template for the virtual interface's router.
$sel:xsltTemplateNameForMacSec:RouterType', routerType_xsltTemplateNameForMacSec - The MAC Security (MACsec) template for the virtual interface's router.
routerType_platform :: Lens' RouterType (Maybe Text) Source #
The virtual interface router platform.
routerType_routerTypeIdentifier :: Lens' RouterType (Maybe Text) Source #
Identifies the router by a combination of vendor, platform, and software
version. For example, CiscoSystemsInc-2900SeriesRouters-IOS124.
routerType_software :: Lens' RouterType (Maybe Text) Source #
The router software.
routerType_vendor :: Lens' RouterType (Maybe Text) Source #
The vendor for the virtual interface's router.
routerType_xsltTemplateName :: Lens' RouterType (Maybe Text) Source #
The template for the virtual interface's router.
routerType_xsltTemplateNameForMacSec :: Lens' RouterType (Maybe Text) Source #
The MAC Security (MACsec) template for the virtual interface's router.