Interface VirtualNetworkGateway.DefinitionStages.WithBgp
-
- All Known Subinterfaces:
VirtualNetworkGateway.Definition,VirtualNetworkGateway.DefinitionStages.WithCreate
- Enclosing interface:
- VirtualNetworkGateway.DefinitionStages
public static interface VirtualNetworkGateway.DefinitionStages.WithBgpThe stage of definition 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.DefinitionStages.WithCreatewithBgp(long asn, String bgpPeeringAddress)
-
-
-
Method Detail
-
withBgp
VirtualNetworkGateway.DefinitionStages.WithCreate withBgp(long asn, String bgpPeeringAddress)
- Parameters:
asn- the BGP speaker's ASNbgpPeeringAddress- the BGP peering address and BGP identifier of this BGP speaker- Returns:
- the next stage of the definition
-
-