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()
Checks whether to disable the routes learned by BGP on that route table. |
abstract Map<String,Route> |
routes()
Gets the routes of this route table. |
Method Details
isBgpRoutePropagationDisabled
public abstract boolean isBgpRoutePropagationDisabled()
Checks whether to disable the routes learned by BGP on that route table.
Returns:
whether to disable the routes learned by BGP on that route table. True means disable.
routes
public abstract Map
Gets the routes of this route table.
Returns:
the routes of this route table
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java