public static interface TransitGatewayAttachmentBgpConfiguration.Builder extends SdkPojo, CopyableBuilder<TransitGatewayAttachmentBgpConfiguration.Builder,TransitGatewayAttachmentBgpConfiguration>
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayAttachmentBgpConfiguration.Builder |
bgpStatus(BgpStatus bgpStatus)
The BGP status.
|
TransitGatewayAttachmentBgpConfiguration.Builder |
bgpStatus(String bgpStatus)
The BGP status.
|
TransitGatewayAttachmentBgpConfiguration.Builder |
peerAddress(String peerAddress)
The interior BGP peer IP address for the appliance.
|
TransitGatewayAttachmentBgpConfiguration.Builder |
peerAsn(Long peerAsn)
The peer Autonomous System Number (ASN).
|
TransitGatewayAttachmentBgpConfiguration.Builder |
transitGatewayAddress(String transitGatewayAddress)
The interior BGP peer IP address for the transit gateway.
|
TransitGatewayAttachmentBgpConfiguration.Builder |
transitGatewayAsn(Long transitGatewayAsn)
The transit gateway Autonomous System Number (ASN).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransitGatewayAttachmentBgpConfiguration.Builder transitGatewayAsn(Long transitGatewayAsn)
The transit gateway Autonomous System Number (ASN).
transitGatewayAsn - The transit gateway Autonomous System Number (ASN).TransitGatewayAttachmentBgpConfiguration.Builder peerAsn(Long peerAsn)
The peer Autonomous System Number (ASN).
peerAsn - The peer Autonomous System Number (ASN).TransitGatewayAttachmentBgpConfiguration.Builder transitGatewayAddress(String transitGatewayAddress)
The interior BGP peer IP address for the transit gateway.
transitGatewayAddress - The interior BGP peer IP address for the transit gateway.TransitGatewayAttachmentBgpConfiguration.Builder peerAddress(String peerAddress)
The interior BGP peer IP address for the appliance.
peerAddress - The interior BGP peer IP address for the appliance.TransitGatewayAttachmentBgpConfiguration.Builder bgpStatus(String bgpStatus)
The BGP status.
TransitGatewayAttachmentBgpConfiguration.Builder bgpStatus(BgpStatus bgpStatus)
The BGP status.
Copyright © 2023. All rights reserved.