| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectPeerConfiguration |
ConnectPeerConfiguration.clone() |
ConnectPeerConfiguration |
ConnectPeer.getConfiguration()
The configuration of the Connect peer.
|
ConnectPeerConfiguration |
ConnectPeerConfiguration.withBgpConfigurations(Collection<ConnectPeerBgpConfiguration> bgpConfigurations)
The Connect peer BGP configurations.
|
ConnectPeerConfiguration |
ConnectPeerConfiguration.withBgpConfigurations(ConnectPeerBgpConfiguration... bgpConfigurations)
The Connect peer BGP configurations.
|
ConnectPeerConfiguration |
ConnectPeerConfiguration.withCoreNetworkAddress(String coreNetworkAddress)
The IP address of a core network.
|
ConnectPeerConfiguration |
ConnectPeerConfiguration.withInsideCidrBlocks(Collection<String> insideCidrBlocks)
The inside IP addresses used for a Connect peer configuration.
|
ConnectPeerConfiguration |
ConnectPeerConfiguration.withInsideCidrBlocks(String... insideCidrBlocks)
The inside IP addresses used for a Connect peer configuration.
|
ConnectPeerConfiguration |
ConnectPeerConfiguration.withPeerAddress(String peerAddress)
The IP address of the Connect peer.
|
ConnectPeerConfiguration |
ConnectPeerConfiguration.withProtocol(String protocol)
The protocol used for a Connect peer configuration.
|
ConnectPeerConfiguration |
ConnectPeerConfiguration.withProtocol(TunnelProtocol protocol)
The protocol used for a Connect peer configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectPeer.setConfiguration(ConnectPeerConfiguration configuration)
The configuration of the Connect peer.
|
ConnectPeer |
ConnectPeer.withConfiguration(ConnectPeerConfiguration configuration)
The configuration of the Connect peer.
|
Copyright © 2023. All rights reserved.