Package | Description |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.options |
Modifier and Type | Method and Description |
---|---|
void |
NovaClient.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> |
NovaAsyncClient.rebuildServer(int id,
RebuildServerOptions... options) |
Modifier and Type | Method and Description |
---|---|
RebuildServerOptions |
RebuildServerOptions.withImage(String ref) |
static RebuildServerOptions |
RebuildServerOptions.Builder.withImage(String ref) |
Copyright © 2009-2012 jclouds. All Rights Reserved.