RouteTable Interface

public interface RouteTable extends GroupableResource<NetworkManager, RouteTableInner>,Refreshable,Updatable<RouteTable.Update>,HasAssociatedSubnets

Entry point for route table management.

Method Summary

Modifier and Type Method and Description
Map<String, Route> routes()

Inherited Members

Method Details

routes

public Map routes()

Returns:

the routes of this route table

Applies to