Package | Description |
---|---|
org.jclouds.gogrid.options | |
org.jclouds.gogrid.services |
Modifier and Type | Method and Description |
---|---|
SaveImageOptions |
SaveImageOptions.withDescription(String description) |
static SaveImageOptions |
SaveImageOptions.Builder.withDescription(String description) |
Modifier and Type | Method and Description |
---|---|
ServerImage |
GridImageClient.saveImageFromServer(String friendlyName,
String idOrName,
SaveImageOptions... options)
This call will save a private (visible to only you) server image to your
library of available images.
|
com.google.common.util.concurrent.ListenableFuture<ServerImage> |
GridImageAsyncClient.saveImageFromServer(String friendlyName,
String idOrName,
SaveImageOptions... options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.