libZSservicesZSamazonka-directconnectZSamazonka-directconnect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.DirectConnect.Types.RouterType

Description

 
Synopsis

Documentation

data RouterType Source #

Information about the virtual router.

See: newRouterType smart constructor.

Constructors

RouterType' 

Fields

Instances

Instances details
Eq RouterType Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.RouterType

Read RouterType Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.RouterType

Show RouterType Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.RouterType

Generic RouterType Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.RouterType

Associated Types

type Rep RouterType :: Type -> Type #

NFData RouterType Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.RouterType

Methods

rnf :: RouterType -> () #

Hashable RouterType Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.RouterType

FromJSON RouterType Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.RouterType

type Rep RouterType Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.RouterType

type Rep RouterType = D1 ('MetaData "RouterType" "Amazonka.DirectConnect.Types.RouterType" "libZSservicesZSamazonka-directconnectZSamazonka-directconnect" 'False) (C1 ('MetaCons "RouterType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vendor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "xsltTemplateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "software") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "xsltTemplateNameForMacSec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "routerTypeIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_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.