| Package | Description | 
|---|---|
| org.jclouds.openstack.nova | |
| org.jclouds.openstack.nova.options | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NovaClient.rebuildServer(int id,
             RebuildServerOptions... options)
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
org.jclouds.openstack.nova.v2_0.features.ServerApi#rebuild(String, RebuildServerOptions) in openstack-nova. | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
NovaAsyncClient.rebuildServer(int id,
             RebuildServerOptions... options)
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#rebuild(String, RebuildServerOptions) in openstack-nova. | 
| Modifier and Type | Method and Description | 
|---|---|
RebuildServerOptions | 
RebuildServerOptions.withImage(String ref)  | 
static RebuildServerOptions | 
RebuildServerOptions.Builder.withImage(String ref)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.