Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.clone() |
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeer.getConnectPeerConfiguration()
The Connect peer details.
|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.withBgpConfigurations(Collection<TransitGatewayAttachmentBgpConfiguration> bgpConfigurations)
The BGP configuration details.
|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.withBgpConfigurations(TransitGatewayAttachmentBgpConfiguration... bgpConfigurations)
The BGP configuration details.
|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.withInsideCidrBlocks(Collection<String> insideCidrBlocks)
The range of interior BGP peer IP addresses.
|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.withInsideCidrBlocks(String... insideCidrBlocks)
The range of interior BGP peer IP addresses.
|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.withPeerAddress(String peerAddress)
The Connect peer IP address on the appliance side of the tunnel.
|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.withProtocol(ProtocolValue protocol)
The tunnel protocol.
|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.withProtocol(String protocol)
The tunnel protocol.
|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.withTransitGatewayAddress(String transitGatewayAddress)
The Connect peer IP address on the transit gateway side of the tunnel.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitGatewayConnectPeer.setConnectPeerConfiguration(TransitGatewayConnectPeerConfiguration connectPeerConfiguration)
The Connect peer details.
|
TransitGatewayConnectPeer |
TransitGatewayConnectPeer.withConnectPeerConfiguration(TransitGatewayConnectPeerConfiguration connectPeerConfiguration)
The Connect peer details.
|
Copyright © 2021. All rights reserved.