Uses of Class
org.jclouds.googlecomputeengine.domain.Route

Packages that use Route
org.jclouds.googlecomputeengine.domain   
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.functions.internal   
 

Uses of Route in org.jclouds.googlecomputeengine.domain
 

Methods in org.jclouds.googlecomputeengine.domain that return Route
 Route Route.Builder.build()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Route
 Route.Builder Route.Builder.fromRoute(Route in)
           
 

Uses of Route in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features that return Route
 Route RouteApi.get(String routeName)
          Returns the specified route resource
 

Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Route
 org.jclouds.collect.PagedIterable<Route> RouteApi.list()
           
 org.jclouds.collect.PagedIterable<Route> RouteApi.list(ListOptions listOptions)
          A paged version of RegionApi#listFirstPage()
 ListPage<Route> RouteApi.listAtMarker(String marker)
           
 ListPage<Route> RouteApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listFirstPage of route resources available to the specified project.
 ListPage<Route> RouteApi.listFirstPage()
           
 

Uses of Route in org.jclouds.googlecomputeengine.functions.internal
 

Methods in org.jclouds.googlecomputeengine.functions.internal that return types with arguments of type Route
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Route>> ParseRoutes.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.