| Package | Description |
|---|---|
| com.amazonaws.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
BGPPeer |
BGPPeer.clone() |
BGPPeer |
BGPPeer.withAddressFamily(AddressFamily addressFamily)
The address family for the BGP peer.
|
BGPPeer |
BGPPeer.withAddressFamily(String addressFamily)
The address family for the BGP peer.
|
BGPPeer |
BGPPeer.withAmazonAddress(String amazonAddress)
The IP address assigned to the Amazon interface.
|
BGPPeer |
BGPPeer.withAsn(Integer asn)
The autonomous system (AS) number for Border Gateway Protocol (BGP) configuration.
|
BGPPeer |
BGPPeer.withAuthKey(String authKey)
The authentication key for BGP configuration.
|
BGPPeer |
BGPPeer.withAwsDeviceV2(String awsDeviceV2)
The Direct Connect endpoint on which the BGP peer terminates.
|
BGPPeer |
BGPPeer.withBgpPeerId(String bgpPeerId)
The ID of the BGP peer.
|
BGPPeer |
BGPPeer.withBgpPeerState(BGPPeerState bgpPeerState)
The state of the BGP peer.
|
BGPPeer |
BGPPeer.withBgpPeerState(String bgpPeerState)
The state of the BGP peer.
|
BGPPeer |
BGPPeer.withBgpStatus(BGPStatus bgpStatus)
The status of the BGP peer.
|
BGPPeer |
BGPPeer.withBgpStatus(String bgpStatus)
The status of the BGP peer.
|
BGPPeer |
BGPPeer.withCustomerAddress(String customerAddress)
The IP address assigned to the customer interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<BGPPeer> |
AllocatePrivateVirtualInterfaceResult.getBgpPeers()
The BGP peers configured on this virtual interface.
|
List<BGPPeer> |
CreatePrivateVirtualInterfaceResult.getBgpPeers()
The BGP peers configured on this virtual interface.
|
List<BGPPeer> |
VirtualInterface.getBgpPeers()
The BGP peers configured on this virtual interface.
|
List<BGPPeer> |
AllocatePublicVirtualInterfaceResult.getBgpPeers()
The BGP peers configured on this virtual interface.
|
List<BGPPeer> |
AssociateVirtualInterfaceResult.getBgpPeers()
The BGP peers configured on this virtual interface.
|
List<BGPPeer> |
CreatePublicVirtualInterfaceResult.getBgpPeers()
The BGP peers configured on this virtual interface.
|
List<BGPPeer> |
UpdateVirtualInterfaceAttributesResult.getBgpPeers()
The BGP peers configured on this virtual interface.
|
| Modifier and Type | Method and Description |
|---|---|
AllocatePrivateVirtualInterfaceResult |
AllocatePrivateVirtualInterfaceResult.withBgpPeers(BGPPeer... bgpPeers)
The BGP peers configured on this virtual interface.
|
CreatePrivateVirtualInterfaceResult |
CreatePrivateVirtualInterfaceResult.withBgpPeers(BGPPeer... bgpPeers)
The BGP peers configured on this virtual interface.
|
VirtualInterface |
VirtualInterface.withBgpPeers(BGPPeer... bgpPeers)
The BGP peers configured on this virtual interface.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withBgpPeers(BGPPeer... bgpPeers)
The BGP peers configured on this virtual interface.
|
AssociateVirtualInterfaceResult |
AssociateVirtualInterfaceResult.withBgpPeers(BGPPeer... bgpPeers)
The BGP peers configured on this virtual interface.
|
CreatePublicVirtualInterfaceResult |
CreatePublicVirtualInterfaceResult.withBgpPeers(BGPPeer... bgpPeers)
The BGP peers configured on this virtual interface.
|
UpdateVirtualInterfaceAttributesResult |
UpdateVirtualInterfaceAttributesResult.withBgpPeers(BGPPeer... bgpPeers)
The BGP peers configured on this virtual interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AllocatePrivateVirtualInterfaceResult.setBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
void |
CreatePrivateVirtualInterfaceResult.setBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
void |
VirtualInterface.setBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
void |
AllocatePublicVirtualInterfaceResult.setBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
void |
AssociateVirtualInterfaceResult.setBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
void |
CreatePublicVirtualInterfaceResult.setBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
void |
UpdateVirtualInterfaceAttributesResult.setBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
AllocatePrivateVirtualInterfaceResult |
AllocatePrivateVirtualInterfaceResult.withBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
CreatePrivateVirtualInterfaceResult |
CreatePrivateVirtualInterfaceResult.withBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
VirtualInterface |
VirtualInterface.withBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
AllocatePublicVirtualInterfaceResult |
AllocatePublicVirtualInterfaceResult.withBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
AssociateVirtualInterfaceResult |
AssociateVirtualInterfaceResult.withBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
CreatePublicVirtualInterfaceResult |
CreatePublicVirtualInterfaceResult.withBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
UpdateVirtualInterfaceAttributesResult |
UpdateVirtualInterfaceAttributesResult.withBgpPeers(Collection<BGPPeer> bgpPeers)
The BGP peers configured on this virtual interface.
|
Copyright © 2020. All rights reserved.