Class ForwardingRuleApi.ForwardingRulePages
- java.lang.Object
-
- org.jclouds.googlecloud.internal.BaseCallerArg0ToIteratorOfListPage<T,ListOptions,I>
-
- org.jclouds.googlecomputeengine.internal.BaseCallerArg0ToIteratorOfListPage<ForwardingRule,ForwardingRuleApi.ForwardingRulePages>
-
- org.jclouds.googlecomputeengine.features.ForwardingRuleApi.ForwardingRulePages
-
- All Implemented Interfaces:
com.google.common.base.Function<ListPage<ForwardingRule>,Iterator<ListPage<ForwardingRule>>>
,Function<ListPage<ForwardingRule>,Iterator<ListPage<ForwardingRule>>>
,InvocationContext<ForwardingRuleApi.ForwardingRulePages>
- Enclosing interface:
- ForwardingRuleApi
public static final class ForwardingRuleApi.ForwardingRulePages extends BaseCallerArg0ToIteratorOfListPage<ForwardingRule,ForwardingRuleApi.ForwardingRulePages>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<ForwardingRule>>
fetchNextPage(String regionName, ListOptions options)
This is used when you need to close over the argument that created the api.-
Methods inherited from class org.jclouds.googlecloud.internal.BaseCallerArg0ToIteratorOfListPage
apply, setContext
-
-
-
-
Method Detail
-
fetchNextPage
protected com.google.common.base.Function<String,ListPage<ForwardingRule>> fetchNextPage(String regionName, ListOptions options)
Description copied from class:BaseCallerArg0ToIteratorOfListPage
This is used when you need to close over the argument that created the api. For example,callerArg0
will become "myzone", which you can use to ensure the next page goes to the same zone:api.instancesInZone("myzone").list()
- Specified by:
fetchNextPage
in classBaseCallerArg0ToIteratorOfListPage<ForwardingRule,ListOptions,ForwardingRuleApi.ForwardingRulePages>
-
-