Class FirewallApi.FirewallPages
- java.lang.Object
-
- org.jclouds.googlecloud.internal.BaseToIteratorOfListPage<T,ListOptions,I>
-
- org.jclouds.googlecomputeengine.internal.BaseToIteratorOfListPage<Firewall,FirewallApi.FirewallPages>
-
- org.jclouds.googlecomputeengine.features.FirewallApi.FirewallPages
-
- All Implemented Interfaces:
com.google.common.base.Function<ListPage<Firewall>,Iterator<ListPage<Firewall>>>
,Function<ListPage<Firewall>,Iterator<ListPage<Firewall>>>
,InvocationContext<FirewallApi.FirewallPages>
- Enclosing interface:
- FirewallApi
public static final class FirewallApi.FirewallPages extends BaseToIteratorOfListPage<Firewall,FirewallApi.FirewallPages>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Firewall>>
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<Firewall>> fetchNextPage(ListOptions options)
- Specified by:
fetchNextPage
in classBaseToIteratorOfListPage<Firewall,ListOptions,FirewallApi.FirewallPages>
-
-