Uses of Class
org.jclouds.googlecomputeengine.domain.Zone

Packages that use Zone
org.jclouds.googlecomputeengine.compute   
org.jclouds.googlecomputeengine.compute.config   
org.jclouds.googlecomputeengine.compute.functions   
org.jclouds.googlecomputeengine.domain   
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.functions.internal   
 

Uses of Zone in org.jclouds.googlecomputeengine.compute
 

Methods in org.jclouds.googlecomputeengine.compute that return types with arguments of type Zone
 Iterable<Zone> GoogleComputeEngineServiceAdapter.listLocations()
           
 

Uses of Zone in org.jclouds.googlecomputeengine.compute.config
 

Method parameters in org.jclouds.googlecomputeengine.compute.config with type arguments of type Zone
 com.google.common.base.Supplier<Map<URI,? extends org.jclouds.domain.Location>> GoogleComputeEngineServiceContextModule.provideZones(AtomicReference<org.jclouds.rest.AuthorizationException> authException, GoogleComputeEngineApi api, com.google.common.base.Function<Zone,org.jclouds.domain.Location> zoneToLocation, com.google.common.base.Supplier<String> userProject, long seconds)
           
 

Uses of Zone in org.jclouds.googlecomputeengine.compute.functions
 

Methods in org.jclouds.googlecomputeengine.compute.functions with parameters of type Zone
 org.jclouds.domain.Location ZoneToLocation.apply(Zone input)
           
 

Uses of Zone in org.jclouds.googlecomputeengine.domain
 

Methods in org.jclouds.googlecomputeengine.domain that return Zone
 Zone Zone.Builder.build()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Zone
 Zone.Builder Zone.Builder.fromZone(Zone in)
           
 

Uses of Zone in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features that return Zone
 Zone ZoneApi.get(String zoneName)
          Returns the specified zone resource
 

Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Zone
 org.jclouds.collect.PagedIterable<Zone> ZoneApi.list()
           
 org.jclouds.collect.PagedIterable<Zone> ZoneApi.list(ListOptions listOptions)
          A paged version of ZoneApi#listFirstPage()
 ListPage<Zone> ZoneApi.listAtMarker(String marker)
           
 ListPage<Zone> ZoneApi.listAtMarker(String marker, ListOptions listOptions)
          Retrieves the listFirstPage of zone resources available to the specified project.
 ListPage<Zone> ZoneApi.listFirstPage()
           
 

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

Methods in org.jclouds.googlecomputeengine.functions.internal that return types with arguments of type Zone
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Zone>> ParseZones.ToPagedIterable.fetchNextPage(String projectName, ListOptions options)
           
 



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