Uses of Class
org.jclouds.googlecomputeengine.options.ListOptions

Packages that use ListOptions
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.functions.internal   
org.jclouds.googlecomputeengine.options   
 

Uses of ListOptions in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features with parameters of type ListOptions
 org.jclouds.collect.PagedIterable<Zone> ZoneApi.list(ListOptions listOptions)
          A paged version of ZoneApi#listFirstPage()
 org.jclouds.collect.PagedIterable<Snapshot> SnapshotApi.list(ListOptions options)
           
 org.jclouds.collect.PagedIterable<Route> RouteApi.list(ListOptions listOptions)
          A paged version of RegionApi#listFirstPage()
 org.jclouds.collect.PagedIterable<Region> RegionApi.list(ListOptions listOptions)
          A paged version of RegionApi#listFirstPage()
 org.jclouds.collect.PagedIterable<Network> NetworkApi.list(ListOptions options)
          A paged version of NetworkApi#list()
 org.jclouds.collect.PagedIterable<Image> ImageApi.list(ListOptions options)
          A paged version of ImageApi#list()
 org.jclouds.collect.PagedIterable<Operation> GlobalOperationApi.list(ListOptions listOptions)
          A paged version of GlobalOperationApi#listFirstPage()
 org.jclouds.collect.PagedIterable<Firewall> FirewallApi.list(ListOptions options)
          A paged version of FirewallApi#list()
 ListPage<Zone> ZoneApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listFirstPage of zone resources available to the specified project.
 ListPage<Snapshot> SnapshotApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listPage of persistent disk resources contained within the specified project and zone.
 ListPage<Route> RouteApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listFirstPage of route resources available to the specified project.
 ListPage<Region> RegionApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listFirstPage of region resources available to the specified project.
 ListPage<Network> NetworkApi.listAtMarker(String marker, ListOptions options)
          Retrieves the list of persistent network resources contained within the specified project.
 ListPage<Image> ImageApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the list of image resources available to the specified project.
 ListPage<Operation> GlobalOperationApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listFirstPage of operation resources contained within the specified project.
 ListPage<Firewall> FirewallApi.listAtMarker(String marker, ListOptions options)
          Retrieves the list of firewall resources available to the specified project.
 ListPage<Operation> RegionOperationApi.listAtMarkerInRegion(String region, String marker, ListOptions listOptions)
          Retrieves the listFirstPage of operation resources contained within the specified project.
 ListPage<Address> AddressApi.listAtMarkerInRegion(String region, String marker, ListOptions listOptions)
          Retrieves the listPage of address resources contained within the specified project and region.
 ListPage<Operation> ZoneOperationApi.listAtMarkerInZone(String zone, String marker, ListOptions listOptions)
          Retrieves the listFirstPage of operation resources contained within the specified project.
 ListPage<MachineType> MachineTypeApi.listAtMarkerInZone(String zone, String marker, ListOptions listOptions)
          Retrieves the list of machine type resources available to the specified project.
 ListPage<Instance> InstanceApi.listAtMarkerInZone(String zone, String marker, ListOptions listOptions)
          Retrieves the list of instance resources available to the specified project.
 ListPage<Disk> DiskApi.listAtMarkerInZone(String zone, String marker, ListOptions listOptions)
          Retrieves the listPage of persistent disk resources contained within the specified project and zone.
 org.jclouds.collect.PagedIterable<Operation> RegionOperationApi.listInRegion(String region, ListOptions listOptions)
          A paged version of RegionOperationApi#listFirstPageInRegion(String)
 org.jclouds.collect.PagedIterable<Address> AddressApi.listInRegion(String region, ListOptions options)
           
 org.jclouds.collect.PagedIterable<Operation> ZoneOperationApi.listInZone(String zone, ListOptions listOptions)
          A paged version of ZoneOperationApi#listFirstPageInZone(String)
 org.jclouds.collect.PagedIterable<MachineType> MachineTypeApi.listInZone(String zone, ListOptions listOptions)
          A paged version of MachineTypeApi#listInZone(String)
 org.jclouds.collect.PagedIterable<Instance> InstanceApi.listInZone(String zone, ListOptions options)
           
 org.jclouds.collect.PagedIterable<Disk> DiskApi.listInZone(String zone, ListOptions options)
           
 

Uses of ListOptions in org.jclouds.googlecomputeengine.functions.internal
 

Methods in org.jclouds.googlecomputeengine.functions.internal with parameters of type ListOptions
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Zone>> ParseZones.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Snapshot>> ParseSnapshots.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Route>> ParseRoutes.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Region>> ParseRegions.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Network>> ParseNetworks.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Image>> ParseImages.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Operation>> ParseGlobalOperations.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Firewall>> ParseFirewalls.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
protected abstract  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<T>> BaseToPagedIterable.fetchNextPage(String projectName, ListOptions listOptions)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Operation>> ParseZoneOperations.ToPagedIterable.fetchNextPage(String projectName, String zoneName, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Operation>> ParseRegionOperations.ToPagedIterable.fetchNextPage(String projectName, String regionName, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<MachineType>> ParseMachineTypes.ToPagedIterable.fetchNextPage(String project, String zone, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Instance>> ParseInstances.ToPagedIterable.fetchNextPage(String project, String zone, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Disk>> ParseDisks.ToPagedIterable.fetchNextPage(String projectName, String zoneName, ListOptions options)
           
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Address>> ParseAddresses.ToPagedIterable.fetchNextPage(String projectName, String regionName, ListOptions options)
           
protected abstract  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<T>> BaseWithZoneToPagedIterable.fetchNextPage(String projectName, String zoneName, ListOptions listOptions)
           
protected abstract  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<T>> BaseWithRegionToPagedIterable.fetchNextPage(String projectName, String regionName, ListOptions listOptions)
           
 

Uses of ListOptions in org.jclouds.googlecomputeengine.options
 

Methods in org.jclouds.googlecomputeengine.options that return ListOptions
 ListOptions ListOptions.filter(String filter)
          Optional.
 ListOptions ListOptions.Builder.filter(String filter)
           
 ListOptions ListOptions.maxResults(Integer maxResults)
          Sets Maximum count of results to be returned.
 ListOptions ListOptions.Builder.maxResults(Integer maxResults)
           
 



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