| Modifier and Type | Method and Description |
|---|---|
Iterable<Zone> |
GoogleComputeEngineServiceAdapter.listLocations() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.domain.Location |
ZoneToLocation.apply(Zone input) |
| Modifier and Type | Method and Description |
|---|---|
Zone |
Zone.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Zone.Builder |
Zone.Builder.fromZone(Zone in) |
| Modifier and Type | Method and Description |
|---|---|
Zone |
ZoneApi.get(String zoneName)
Returns the specified zone resource
|
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
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.