|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegionApi
Provides access to Regions via their REST API.
| Method Summary | |
|---|---|
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()
|
| Method Detail |
|---|
@Named(value="Regions:get") Region get(String regionName)
regionName - name of the region resource to return.
@Named(value="Regions:list") ListPage<Region> listFirstPage()
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions)@Named(value="Regions:list") ListPage<Region> listAtMarker(String marker)
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions)
@Named(value="Regions:list")
ListPage<Region> listAtMarker(String marker,
ListOptions listOptions)
marker - marks the beginning of the next list pagelistOptions - listing options
ListOptions,
ListPage@Named(value="Regions:list") org.jclouds.collect.PagedIterable<Region> list()
list(org.jclouds.googlecomputeengine.options.ListOptions)@Named(value="Regions:list") org.jclouds.collect.PagedIterable<Region> list(ListOptions listOptions)
listAtMarker(String, org.jclouds.googlecomputeengine.options.ListOptions),
PagedIterable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||