| Modifier and Type | Method and Description |
|---|---|
Zone |
get(String zoneName)
Returns the specified zone resource
|
org.jclouds.collect.PagedIterable<Zone> |
list() |
org.jclouds.collect.PagedIterable<Zone> |
list(ListOptions listOptions)
A paged version of ZoneApi#listFirstPage()
|
ListPage<Zone> |
listAtMarker(String marker) |
ListPage<Zone> |
listAtMarker(String marker,
ListOptions listOptions)
Retrieves the listFirstPage of zone resources available to the specified project.
|
ListPage<Zone> |
listFirstPage() |
@Named(value="Zones:get") Zone get(String zoneName)
zoneName - name of the zone resource to return.@Named(value="Zones:list") ListPage<Zone> listAtMarker(String marker, ListOptions listOptions)
marker - marks the beginning of the next list pagelistOptions - listing optionsListOptions,
ListPage@Named(value="Zones:list") org.jclouds.collect.PagedIterable<Zone> list()
@Named(value="Zones:list") org.jclouds.collect.PagedIterable<Zone> list(ListOptions listOptions)
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions),
PagedIterableCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.