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

Description

 
Synopsis

Documentation

data TrunkInterfaceAssociation Source #

Currently available in limited preview only. If you are interested in using this feature, contact your account manager.

Information about an association between a branch network interface with a trunk network interface.

See: newTrunkInterfaceAssociation smart constructor.

Constructors

TrunkInterfaceAssociation' 

Fields

Instances

Instances details
FromXML TrunkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TrunkInterfaceAssociation

Generic TrunkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TrunkInterfaceAssociation

Associated Types

type Rep TrunkInterfaceAssociation :: Type -> Type #

Read TrunkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TrunkInterfaceAssociation

Show TrunkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TrunkInterfaceAssociation

NFData TrunkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TrunkInterfaceAssociation

Eq TrunkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TrunkInterfaceAssociation

Hashable TrunkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TrunkInterfaceAssociation

type Rep TrunkInterfaceAssociation Source # 
Instance details

Defined in Amazonka.EC2.Types.TrunkInterfaceAssociation

type Rep TrunkInterfaceAssociation = D1 ('MetaData "TrunkInterfaceAssociation" "Amazonka.EC2.Types.TrunkInterfaceAssociation" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TrunkInterfaceAssociation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "associationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "branchInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "greKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "interfaceProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InterfaceProtocolType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "trunkInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vlanId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newTrunkInterfaceAssociation :: TrunkInterfaceAssociation Source #

Create a value of TrunkInterfaceAssociation 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:associationId:TrunkInterfaceAssociation', trunkInterfaceAssociation_associationId - The ID of the association.

$sel:branchInterfaceId:TrunkInterfaceAssociation', trunkInterfaceAssociation_branchInterfaceId - The ID of the branch network interface.

$sel:greKey:TrunkInterfaceAssociation', trunkInterfaceAssociation_greKey - The application key when you use the GRE protocol.

$sel:interfaceProtocol:TrunkInterfaceAssociation', trunkInterfaceAssociation_interfaceProtocol - The interface protocol. Valid values are VLAN and GRE.

$sel:tags:TrunkInterfaceAssociation', trunkInterfaceAssociation_tags - The tags for the trunk interface association.

$sel:trunkInterfaceId:TrunkInterfaceAssociation', trunkInterfaceAssociation_trunkInterfaceId - The ID of the trunk network interface.

$sel:vlanId:TrunkInterfaceAssociation', trunkInterfaceAssociation_vlanId - The ID of the VLAN when you use the VLAN protocol.

trunkInterfaceAssociation_greKey :: Lens' TrunkInterfaceAssociation (Maybe Int) Source #

The application key when you use the GRE protocol.

trunkInterfaceAssociation_tags :: Lens' TrunkInterfaceAssociation (Maybe [Tag]) Source #

The tags for the trunk interface association.

trunkInterfaceAssociation_vlanId :: Lens' TrunkInterfaceAssociation (Maybe Int) Source #

The ID of the VLAN when you use the VLAN protocol.