Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and Description |
---|---|
static Zone |
Zone.create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Zone.Status status,
List<Zone.MaintenanceWindow> maintenanceWindows,
Deprecated deprecated,
String region,
List<String> availableMachineTypes) |
Modifier and Type | Method and Description |
---|---|
Zone |
ZoneApi.get(String zone)
Returns a zone by name or null if not found.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<String,ListPage<Zone>> |
ZoneApi.ZonePages.fetchNextPage(ListOptions options) |
Iterator<ListPage<Zone>> |
ZoneApi.list() |
Iterator<ListPage<Zone>> |
ZoneApi.list(ListOptions options) |
ListPage<Zone> |
ZoneApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of zone resources available to the specified project.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.