RouteTable.DefinitionStages.WithBgpRoutePropagation Interface

public static interface RouteTable.DefinitionStages.WithBgpRoutePropagation

The stage of the route table definition allowing to specify whether to disable the routes learned by BGP on that route table.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDisableBgpRoutePropagation()

Disable the routes learned by BGP on that route table.

Method Details

withDisableBgpRoutePropagation

public abstract RouteTable.DefinitionStages.WithCreate withDisableBgpRoutePropagation()

Disable the routes learned by BGP on that route table.

Returns:

the next stage of the definition

Applies to