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