org.jclouds.googlecomputeengine.functions.internal
Class ParseMachineTypes.ToPagedIterable

java.lang.Object
  extended by org.jclouds.googlecomputeengine.functions.internal.BaseWithZoneToPagedIterable<MachineType,ParseMachineTypes.ToPagedIterable>
      extended by org.jclouds.googlecomputeengine.functions.internal.ParseMachineTypes.ToPagedIterable
All Implemented Interfaces:
com.google.common.base.Function<ListPage<MachineType>,org.jclouds.collect.PagedIterable<MachineType>>, org.jclouds.rest.InvocationContext<ParseMachineTypes.ToPagedIterable>
Enclosing class:
ParseMachineTypes

public static class ParseMachineTypes.ToPagedIterable
extends BaseWithZoneToPagedIterable<MachineType,ParseMachineTypes.ToPagedIterable>


Constructor Summary
protected ParseMachineTypes.ToPagedIterable(GoogleComputeEngineApi api)
           
 
Method Summary
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<MachineType>> fetchNextPage(String project, String zone, ListOptions options)
           
 
Methods inherited from class org.jclouds.googlecomputeengine.functions.internal.BaseWithZoneToPagedIterable
apply, setContext
 
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
 

Constructor Detail

ParseMachineTypes.ToPagedIterable

@Inject
protected ParseMachineTypes.ToPagedIterable(GoogleComputeEngineApi api)
Method Detail

fetchNextPage

protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<MachineType>> fetchNextPage(String project,
                                                                                                                    String zone,
                                                                                                                    ListOptions options)
Specified by:
fetchNextPage in class BaseWithZoneToPagedIterable<MachineType,ParseMachineTypes.ToPagedIterable>


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