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