LocalNetworkGateway.DefinitionStages.WithBgp Interface

public static interface LocalNetworkGateway.DefinitionStages.WithBgp

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withBgp(long asn, String bgpPeeringAddress)

Enables BGP.

Method Details

withBgp

public abstract LocalNetworkGateway.DefinitionStages.WithCreate withBgp(long asn, String bgpPeeringAddress)

Enables BGP.

Parameters:

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

Returns:

the next stage of the definition

Applies to