amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.LocalGatewayVirtualInterface

Description

 
Synopsis

Documentation

data LocalGatewayVirtualInterface Source #

Describes a local gateway virtual interface.

See: newLocalGatewayVirtualInterface smart constructor.

Constructors

LocalGatewayVirtualInterface' 

Fields

Instances

Instances details
FromXML LocalGatewayVirtualInterface Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayVirtualInterface

Generic LocalGatewayVirtualInterface Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayVirtualInterface

Associated Types

type Rep LocalGatewayVirtualInterface :: Type -> Type #

Read LocalGatewayVirtualInterface Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayVirtualInterface

Show LocalGatewayVirtualInterface Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayVirtualInterface

NFData LocalGatewayVirtualInterface Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayVirtualInterface

Eq LocalGatewayVirtualInterface Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayVirtualInterface

Hashable LocalGatewayVirtualInterface Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayVirtualInterface

type Rep LocalGatewayVirtualInterface Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGatewayVirtualInterface

type Rep LocalGatewayVirtualInterface = D1 ('MetaData "LocalGatewayVirtualInterface" "Amazonka.EC2.Types.LocalGatewayVirtualInterface" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LocalGatewayVirtualInterface'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "localAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "localBgpAsn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "localGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "localGatewayVirtualInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "peerAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "peerBgpAsn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "vlan") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))))

newLocalGatewayVirtualInterface :: LocalGatewayVirtualInterface Source #

Create a value of LocalGatewayVirtualInterface 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:localAddress:LocalGatewayVirtualInterface', localGatewayVirtualInterface_localAddress - The local address.

$sel:localBgpAsn:LocalGatewayVirtualInterface', localGatewayVirtualInterface_localBgpAsn - The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.

$sel:localGatewayId:LocalGatewayVirtualInterface', localGatewayVirtualInterface_localGatewayId - The ID of the local gateway.

$sel:localGatewayVirtualInterfaceId:LocalGatewayVirtualInterface', localGatewayVirtualInterface_localGatewayVirtualInterfaceId - The ID of the virtual interface.

$sel:ownerId:LocalGatewayVirtualInterface', localGatewayVirtualInterface_ownerId - The ID of the Amazon Web Services account that owns the local gateway virtual interface.

$sel:peerAddress:LocalGatewayVirtualInterface', localGatewayVirtualInterface_peerAddress - The peer address.

$sel:peerBgpAsn:LocalGatewayVirtualInterface', localGatewayVirtualInterface_peerBgpAsn - The peer BGP ASN.

$sel:tags:LocalGatewayVirtualInterface', localGatewayVirtualInterface_tags - The tags assigned to the virtual interface.

$sel:vlan:LocalGatewayVirtualInterface', localGatewayVirtualInterface_vlan - The ID of the VLAN.

localGatewayVirtualInterface_localBgpAsn :: Lens' LocalGatewayVirtualInterface (Maybe Int) Source #

The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.

localGatewayVirtualInterface_ownerId :: Lens' LocalGatewayVirtualInterface (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the local gateway virtual interface.

localGatewayVirtualInterface_tags :: Lens' LocalGatewayVirtualInterface (Maybe [Tag]) Source #

The tags assigned to the virtual interface.