public interface ZoneApi
| Modifier and Type | Interface and Description |
|---|---|
static class |
ZoneApi.ZonePages |
| Modifier and Type | Method and Description |
|---|---|
Zone |
get(String zone)
Returns a zone by name or null if not found.
|
Iterator<ListPage<Zone>> |
list() |
Iterator<ListPage<Zone>> |
list(ListOptions options) |
ListPage<Zone> |
listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of zone resources available to the specified project.
|
@Named(value="Zones:list") ListPage<Zone> listPage(@Nullable String pageToken, ListOptions listOptions)
pageToken - marks the beginning of the next list pagelistOptions - listing options@Named(value="Zones:list") Iterator<ListPage<Zone>> list()
listPage(String, ListOptions)@Named(value="Zones:list") Iterator<ListPage<Zone>> list(ListOptions options)
listPage(String, ListOptions)Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.