Ipv6PeeringConfig.UpdateStages.WithAdvertisedPublicPrefixes Interface

public static interface Ipv6PeeringConfig.UpdateStages.WithAdvertisedPublicPrefixes

The stage of a public frontend update allowing to specify an existing public IP address.

Method Summary

Modifier and Type Method and Description
abstract Update withAdvertisedPublicPrefix(String publicPrefix)

Specify advertised prefix: sets a prefix that is planned to advertise over the BGP session.

abstract Update withAdvertisedPublicPrefixes(List<String> publicPrefixes)

Specify advertised prefixes: sets a list of all prefixes that are planned to advertise over the BGP session.

Method Details

withAdvertisedPublicPrefix

public abstract Ipv6PeeringConfig.Update withAdvertisedPublicPrefix(String publicPrefix)

Specify advertised prefix: sets a prefix that is planned to advertise over the BGP session. Method will add a prefix to existing list. Only public IP address prefixes are accepted. A set of prefixes can be sent as a comma-separated list. These prefixes must be registered to you in an RIR / IRR.

Parameters:

publicPrefix - advertised prefix

Returns:

next stage of definition

withAdvertisedPublicPrefixes

public abstract Ipv6PeeringConfig.Update withAdvertisedPublicPrefixes(List publicPrefixes)

Specify advertised prefixes: sets a list of all prefixes that are planned to advertise over the BGP session. Only public IP address prefixes are accepted. A set of prefixes can be sent as a comma-separated list. These prefixes must be registered to you in an RIR / IRR.

Parameters:

publicPrefixes - advertised prefixes

Returns:

next stage of update

Applies to