Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayAttachmentBgpConfiguration |
TransitGatewayAttachmentBgpConfiguration.clone() |
TransitGatewayAttachmentBgpConfiguration |
TransitGatewayAttachmentBgpConfiguration.withBgpStatus(BgpStatus bgpStatus)
The BGP status.
|
TransitGatewayAttachmentBgpConfiguration |
TransitGatewayAttachmentBgpConfiguration.withBgpStatus(String bgpStatus)
The BGP status.
|
TransitGatewayAttachmentBgpConfiguration |
TransitGatewayAttachmentBgpConfiguration.withPeerAddress(String peerAddress)
The interior BGP peer IP address for the appliance.
|
TransitGatewayAttachmentBgpConfiguration |
TransitGatewayAttachmentBgpConfiguration.withPeerAsn(Long peerAsn)
The peer Autonomous System Number (ASN).
|
TransitGatewayAttachmentBgpConfiguration |
TransitGatewayAttachmentBgpConfiguration.withTransitGatewayAddress(String transitGatewayAddress)
The interior BGP peer IP address for the transit gateway.
|
TransitGatewayAttachmentBgpConfiguration |
TransitGatewayAttachmentBgpConfiguration.withTransitGatewayAsn(Long transitGatewayAsn)
The transit gateway Autonomous System Number (ASN).
|
Modifier and Type | Method and Description |
---|---|
List<TransitGatewayAttachmentBgpConfiguration> |
TransitGatewayConnectPeerConfiguration.getBgpConfigurations()
The BGP configuration details.
|
Modifier and Type | Method and Description |
---|---|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.withBgpConfigurations(TransitGatewayAttachmentBgpConfiguration... bgpConfigurations)
The BGP configuration details.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitGatewayConnectPeerConfiguration.setBgpConfigurations(Collection<TransitGatewayAttachmentBgpConfiguration> bgpConfigurations)
The BGP configuration details.
|
TransitGatewayConnectPeerConfiguration |
TransitGatewayConnectPeerConfiguration.withBgpConfigurations(Collection<TransitGatewayAttachmentBgpConfiguration> bgpConfigurations)
The BGP configuration details.
|
Copyright © 2023. All rights reserved.