| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
NewBGPPeer |
NewBGPPeer.clone() |
NewBGPPeer |
CreateBGPPeerRequest.getNewBGPPeer()
Information about the BGP peer.
|
NewBGPPeer |
NewBGPPeer.withAddressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
NewBGPPeer |
NewBGPPeer.withAddressFamily(String addressFamily)
The address family for the BGP peer.
|
NewBGPPeer |
NewBGPPeer.withAmazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
NewBGPPeer |
NewBGPPeer.withAsn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
NewBGPPeer |
NewBGPPeer.withAuthKey(String authKey)
The authentication key for BGP configuration.
|
NewBGPPeer |
NewBGPPeer.withCustomerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBGPPeerRequest.setNewBGPPeer(NewBGPPeer newBGPPeer)
Information about the BGP peer.
|
CreateBGPPeerRequest |
CreateBGPPeerRequest.withNewBGPPeer(NewBGPPeer newBGPPeer)
Information about the BGP peer.
|
Copyright © 2024. All rights reserved.