Class NetworkApi.NetworkPages
- java.lang.Object
-
- org.jclouds.googlecloud.internal.BaseToIteratorOfListPage<T,ListOptions,I>
-
- org.jclouds.googlecomputeengine.internal.BaseToIteratorOfListPage<Network,NetworkApi.NetworkPages>
-
- org.jclouds.googlecomputeengine.features.NetworkApi.NetworkPages
-
- All Implemented Interfaces:
com.google.common.base.Function<ListPage<Network>,Iterator<ListPage<Network>>>
,Function<ListPage<Network>,Iterator<ListPage<Network>>>
,InvocationContext<NetworkApi.NetworkPages>
- Enclosing interface:
- NetworkApi
public static final class NetworkApi.NetworkPages extends BaseToIteratorOfListPage<Network,NetworkApi.NetworkPages>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Network>>
fetchNextPage(ListOptions options)
-
Methods inherited from class org.jclouds.googlecloud.internal.BaseToIteratorOfListPage
apply, setContext
-
-
-
-
Method Detail
-
fetchNextPage
protected com.google.common.base.Function<String,ListPage<Network>> fetchNextPage(ListOptions options)
- Specified by:
fetchNextPage
in classBaseToIteratorOfListPage<Network,ListOptions,NetworkApi.NetworkPages>
-
-