LocalNetworkGateway.DefinitionStages.WithBgp Interface

public interface WithBgp

The stage of definition allowing to specify local network gateway's BGP speaker settings.

Method Summary

Modifier and Type Method and Description
LocalNetworkGateway.DefinitionStages.WithCreate withBgp(long asn, String bgpPeeringAddress)

Method Details

withBgp

public WithCreate withBgp(long asn, String bgpPeeringAddress)

Parameters:

asn - the BGP speaker's ASN
bgpPeeringAddress - the BGP peering address and BGP identifier of this BGP speaker

Applies to