RouteTable Interface
Implements
HasAssociatedSubnets
UpdatableWithTags<RouteTable>
GroupableResource<NetworkManager,RouteTableInner>
Refreshable<RouteTable>
Updatable<Update>
public interface RouteTable
extends GroupableResource<NetworkManager,RouteTableInner>, Refreshable<RouteTable>, Updatable<Update>, UpdatableWithTags<RouteTable>, HasAssociatedSubnets
Entry point for route table management.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract boolean | isBgpRoutePropagationDisabled() |
abstract Map<String,Route> | routes() |
Method Details
isBgpRoutePropagationDisabled
public abstract boolean isBgpRoutePropagationDisabled()
Returns:
whether to disable the routes learned by BGP on that route table. True means disable.
routes
public abstract Map
Returns:
the routes of this route table
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java