Interface VirtualNetworkGateway.UpdateStages.WithBgp
-
- All Known Subinterfaces:
VirtualNetworkGateway.Update
- Enclosing interface:
- VirtualNetworkGateway.UpdateStages
public static interface VirtualNetworkGateway.UpdateStages.WithBgpThe stage of update allowing to specify virtual network gateway's BGP speaker settings. Note: BGP is supported on Route-Based VPN gateways only.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualNetworkGateway.UpdatewithBgp(long asn, String bgpPeeringAddress)Enables BGP.VirtualNetworkGateway.UpdatewithoutBgp()Disables BGP for this virtual network gateway.
-
-
-
Method Detail
-
withBgp
VirtualNetworkGateway.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
VirtualNetworkGateway.Update withoutBgp()
Disables BGP for this virtual network gateway.- Returns:
- the next stage of the update
-
-