| 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.EC2.Types.TrunkInterfaceAssociation
Description
Synopsis
- data TrunkInterfaceAssociation = TrunkInterfaceAssociation' {}
- newTrunkInterfaceAssociation :: TrunkInterfaceAssociation
- trunkInterfaceAssociation_associationId :: Lens' TrunkInterfaceAssociation (Maybe Text)
- trunkInterfaceAssociation_branchInterfaceId :: Lens' TrunkInterfaceAssociation (Maybe Text)
- trunkInterfaceAssociation_greKey :: Lens' TrunkInterfaceAssociation (Maybe Int)
- trunkInterfaceAssociation_interfaceProtocol :: Lens' TrunkInterfaceAssociation (Maybe InterfaceProtocolType)
- trunkInterfaceAssociation_tags :: Lens' TrunkInterfaceAssociation (Maybe [Tag])
- trunkInterfaceAssociation_trunkInterfaceId :: Lens' TrunkInterfaceAssociation (Maybe Text)
- trunkInterfaceAssociation_vlanId :: Lens' TrunkInterfaceAssociation (Maybe Int)
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
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_associationId :: Lens' TrunkInterfaceAssociation (Maybe Text) Source #
The ID of the association.
trunkInterfaceAssociation_branchInterfaceId :: Lens' TrunkInterfaceAssociation (Maybe Text) Source #
The ID of the branch network interface.
trunkInterfaceAssociation_greKey :: Lens' TrunkInterfaceAssociation (Maybe Int) Source #
The application key when you use the GRE protocol.
trunkInterfaceAssociation_interfaceProtocol :: Lens' TrunkInterfaceAssociation (Maybe InterfaceProtocolType) Source #
The interface protocol. Valid values are VLAN and GRE.
trunkInterfaceAssociation_tags :: Lens' TrunkInterfaceAssociation (Maybe [Tag]) Source #
The tags for the trunk interface association.
trunkInterfaceAssociation_trunkInterfaceId :: Lens' TrunkInterfaceAssociation (Maybe Text) Source #
The ID of the trunk network interface.
trunkInterfaceAssociation_vlanId :: Lens' TrunkInterfaceAssociation (Maybe Int) Source #
The ID of the VLAN when you use the VLAN protocol.