| Package | Description |
|---|---|
| org.jclouds.gogrid.options | |
| org.jclouds.gogrid.services |
| Modifier and Type | Method and Description |
|---|---|
GetImageListOptions |
GetImageListOptions.inDatacenter(String datacenterId) |
static GetImageListOptions |
GetImageListOptions.Builder.inDatacenter(String datacenterId) |
static GetImageListOptions |
GetImageListOptions.Builder.maxItems(int maxNumber) |
GetImageListOptions |
GetImageListOptions.maxItemsNumber(Integer maxNumber) |
GetImageListOptions |
GetImageListOptions.onlyPrivate() |
GetImageListOptions |
GetImageListOptions.onlyPublic() |
static GetImageListOptions |
GetImageListOptions.Builder.publicDatabaseServers() |
static GetImageListOptions |
GetImageListOptions.Builder.publicWebServers() |
GetImageListOptions |
GetImageListOptions.setState(ServerImageState imageState) |
GetImageListOptions |
GetImageListOptions.setType(ServerImageType imageType) |
| Modifier and Type | Method and Description |
|---|---|
Set<ServerImage> |
GridImageClient.getImageList(GetImageListOptions... options)
Deprecated.
Returns all server images.
|
com.google.common.util.concurrent.ListenableFuture<Set<ServerImage>> |
GridImageAsyncClient.getImageList(GetImageListOptions... options)
Deprecated.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.