| Package | Description | 
|---|---|
| org.jclouds.cloudservers | |
| org.jclouds.cloudservers.options | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CloudServersClient.rebuildServer(int id,
             RebuildServerOptions... options)
The rebuild function removes all data on the server and replaces it with the specified image. 
 | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
CloudServersAsyncClient.rebuildServer(int id,
             RebuildServerOptions... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
RebuildServerOptions | 
RebuildServerOptions.withImage(int id)  | 
static RebuildServerOptions | 
RebuildServerOptions.Builder.withImage(int id)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.