| 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.NewTransitVirtualInterface
Description
Synopsis
- data NewTransitVirtualInterface = NewTransitVirtualInterface' {
- addressFamily :: Maybe AddressFamily
- amazonAddress :: Maybe Text
- asn :: Maybe Int
- authKey :: Maybe Text
- customerAddress :: Maybe Text
- directConnectGatewayId :: Maybe Text
- enableSiteLink :: Maybe Bool
- mtu :: Maybe Int
- tags :: Maybe (NonEmpty Tag)
- virtualInterfaceName :: Maybe Text
- vlan :: Maybe Int
- newNewTransitVirtualInterface :: NewTransitVirtualInterface
- newTransitVirtualInterface_addressFamily :: Lens' NewTransitVirtualInterface (Maybe AddressFamily)
- newTransitVirtualInterface_amazonAddress :: Lens' NewTransitVirtualInterface (Maybe Text)
- newTransitVirtualInterface_asn :: Lens' NewTransitVirtualInterface (Maybe Int)
- newTransitVirtualInterface_authKey :: Lens' NewTransitVirtualInterface (Maybe Text)
- newTransitVirtualInterface_customerAddress :: Lens' NewTransitVirtualInterface (Maybe Text)
- newTransitVirtualInterface_directConnectGatewayId :: Lens' NewTransitVirtualInterface (Maybe Text)
- newTransitVirtualInterface_enableSiteLink :: Lens' NewTransitVirtualInterface (Maybe Bool)
- newTransitVirtualInterface_mtu :: Lens' NewTransitVirtualInterface (Maybe Int)
- newTransitVirtualInterface_tags :: Lens' NewTransitVirtualInterface (Maybe (NonEmpty Tag))
- newTransitVirtualInterface_virtualInterfaceName :: Lens' NewTransitVirtualInterface (Maybe Text)
- newTransitVirtualInterface_vlan :: Lens' NewTransitVirtualInterface (Maybe Int)
Documentation
data NewTransitVirtualInterface Source #
Information about a transit virtual interface.
See: newNewTransitVirtualInterface smart constructor.
Constructors
| NewTransitVirtualInterface' | |
Fields
| |
Instances
newNewTransitVirtualInterface :: NewTransitVirtualInterface Source #
Create a value of NewTransitVirtualInterface 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:addressFamily:NewTransitVirtualInterface', newTransitVirtualInterface_addressFamily - The address family for the BGP peer.
$sel:amazonAddress:NewTransitVirtualInterface', newTransitVirtualInterface_amazonAddress - The IP address assigned to the Amazon interface.
$sel:asn:NewTransitVirtualInterface', newTransitVirtualInterface_asn - The autonomous system (AS) number for Border Gateway Protocol (BGP)
configuration.
The valid values are 1-2147483647.
$sel:authKey:NewTransitVirtualInterface', newTransitVirtualInterface_authKey - The authentication key for BGP configuration. This string has a minimum
length of 6 characters and and a maximun lenth of 80 characters.
$sel:customerAddress:NewTransitVirtualInterface', newTransitVirtualInterface_customerAddress - The IP address assigned to the customer interface.
$sel:directConnectGatewayId:NewTransitVirtualInterface', newTransitVirtualInterface_directConnectGatewayId - The ID of the Direct Connect gateway.
$sel:enableSiteLink:NewTransitVirtualInterface', newTransitVirtualInterface_enableSiteLink - Indicates whether to enable or disable SiteLink.
$sel:mtu:NewTransitVirtualInterface', newTransitVirtualInterface_mtu - The maximum transmission unit (MTU), in bytes. The supported values are
1500 and 9001. The default value is 1500.
$sel:tags:NewTransitVirtualInterface', newTransitVirtualInterface_tags - The tags associated with the transitive virtual interface.
$sel:virtualInterfaceName:NewTransitVirtualInterface', newTransitVirtualInterface_virtualInterfaceName - The name of the virtual interface assigned by the customer network. The
name has a maximum of 100 characters. The following are valid
characters: a-z, 0-9 and a hyphen (-).
$sel:vlan:NewTransitVirtualInterface', newTransitVirtualInterface_vlan - The ID of the VLAN.
newTransitVirtualInterface_addressFamily :: Lens' NewTransitVirtualInterface (Maybe AddressFamily) Source #
The address family for the BGP peer.
newTransitVirtualInterface_amazonAddress :: Lens' NewTransitVirtualInterface (Maybe Text) Source #
The IP address assigned to the Amazon interface.
newTransitVirtualInterface_asn :: Lens' NewTransitVirtualInterface (Maybe Int) Source #
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
The valid values are 1-2147483647.
newTransitVirtualInterface_authKey :: Lens' NewTransitVirtualInterface (Maybe Text) Source #
The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.
newTransitVirtualInterface_customerAddress :: Lens' NewTransitVirtualInterface (Maybe Text) Source #
The IP address assigned to the customer interface.
newTransitVirtualInterface_directConnectGatewayId :: Lens' NewTransitVirtualInterface (Maybe Text) Source #
The ID of the Direct Connect gateway.
newTransitVirtualInterface_enableSiteLink :: Lens' NewTransitVirtualInterface (Maybe Bool) Source #
Indicates whether to enable or disable SiteLink.
newTransitVirtualInterface_mtu :: Lens' NewTransitVirtualInterface (Maybe Int) Source #
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
newTransitVirtualInterface_tags :: Lens' NewTransitVirtualInterface (Maybe (NonEmpty Tag)) Source #
The tags associated with the transitive virtual interface.
newTransitVirtualInterface_virtualInterfaceName :: Lens' NewTransitVirtualInterface (Maybe Text) Source #
The name of the virtual interface assigned by the customer network. The name has a maximum of 100 characters. The following are valid characters: a-z, 0-9 and a hyphen (-).
newTransitVirtualInterface_vlan :: Lens' NewTransitVirtualInterface (Maybe Int) Source #
The ID of the VLAN.