LocalNetworkGateway.UpdateStages.WithBgp Interface

public static interface LocalNetworkGateway.UpdateStages.WithBgp

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

Method Summary

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

Enables BGP.

abstract Update withoutBgp()

Disables BGP.

Method Details

withBgp

public abstract LocalNetworkGateway.Update 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 update

withoutBgp

public abstract LocalNetworkGateway.Update withoutBgp()

Disables BGP.

Returns:

the next stage of the update

Applies to