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