Interface LocalNetworkGateway.UpdateStages.WithBgp
-
- All Known Subinterfaces:
LocalNetworkGateway.Update
- Enclosing interface:
- LocalNetworkGateway.UpdateStages
public static interface LocalNetworkGateway.UpdateStages.WithBgpThe stage of update allowing to specify local network gateway's BGP speaker settings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalNetworkGateway.UpdatewithBgp(long asn, String bgpPeeringAddress)Enables BGP.LocalNetworkGateway.UpdatewithoutBgp()Disables BGP.
-
-
-
Method Detail
-
withBgp
LocalNetworkGateway.Update withBgp(long asn, String bgpPeeringAddress)
Enables BGP.- Parameters:
asn- the BGP speaker's ASNbgpPeeringAddress- the BGP peering address and BGP identifier of this BGP speaker- Returns:
- the next stage of the update
-
withoutBgp
LocalNetworkGateway.Update withoutBgp()
Disables BGP.- Returns:
- the next stage of the update
-
-