Uses of Class
org.jclouds.googlecomputeengine.domain.Route
-
Packages that use Route Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of Route in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Route Modifier and Type Method Description static Route
Route. create(String id, Date creationTimestamp, URI selfLink, String name, String description, URI network, List<String> tags, String destRange, int priority, URI nextHopInstance, String nextHopIp, URI nextHopNetwork, URI nextHopGateway, List<Warning> warnings, URI nextHopVpnTunnel)
-
Uses of Route in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Route Modifier and Type Method Description Route
RouteApi. get(String routeName)
Returns a route type by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Route Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Route>>
RouteApi.RoutePages. fetchNextPage(ListOptions options)
Iterator<ListPage<Route>>
RouteApi. list()
Iterator<ListPage<Route>>
RouteApi. list(ListOptions options)
ListPage<Route>
RouteApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of route resources available to the specified project.
-