public class RebuildServerOptions extends Object implements org.jclouds.rest.MapBinder
| Modifier and Type | Class and Description |
|---|---|
static class |
RebuildServerOptions.Builder |
| Constructor and Description |
|---|
RebuildServerOptions() |
| Modifier and Type | Method and Description |
|---|---|
<R extends org.jclouds.http.HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams) |
<R extends org.jclouds.http.HttpRequest> |
bindToRequest(R request,
Object toBind) |
RebuildServerOptions |
withImage(int id) |
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Map<String,Object> postParams)
bindToRequest in interface org.jclouds.rest.MapBinderpublic <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object toBind)
bindToRequest in interface org.jclouds.rest.Binderpublic RebuildServerOptions withImage(int id)
id - of the image to rebuild the server with.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.