org.jclouds.googlecomputeengine.functions.internal
Class ParseInstances.ToPagedIterable
java.lang.Object
org.jclouds.googlecomputeengine.functions.internal.BaseWithZoneToPagedIterable<Instance,ParseInstances.ToPagedIterable>
org.jclouds.googlecomputeengine.functions.internal.ParseInstances.ToPagedIterable
- All Implemented Interfaces:
- com.google.common.base.Function<ListPage<Instance>,org.jclouds.collect.PagedIterable<Instance>>, org.jclouds.rest.InvocationContext<ParseInstances.ToPagedIterable>
- Enclosing class:
- ParseInstances
public static class ParseInstances.ToPagedIterable
- extends BaseWithZoneToPagedIterable<Instance,ParseInstances.ToPagedIterable>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.common.base.Function |
equals |
ParseInstances.ToPagedIterable
@Inject
protected ParseInstances.ToPagedIterable(GoogleComputeEngineApi api)
fetchNextPage
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Instance>> fetchNextPage(String project,
String zone,
ListOptions options)
- Specified by:
fetchNextPage in class BaseWithZoneToPagedIterable<Instance,ParseInstances.ToPagedIterable>
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.