| Modifier and Type | Class and Description |
|---|---|
static class |
RebuildServerOptions.Builder |
| Constructor and Description |
|---|
RebuildServerOptions() |
| Modifier and Type | Method and Description |
|---|---|
<R extends HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.
|
<R extends HttpRequest> |
bindToRequest(R request,
Object toBind) |
RebuildServerOptions |
withImage(String ref) |
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinderbindToRequest in interface MapBinderPayloadParampublic <R extends HttpRequest> R bindToRequest(R request, Object toBind)
bindToRequest in interface Binderpublic RebuildServerOptions withImage(String ref)
ref - - reference of the image to rebuild the server with.Copyright © 2009-2013 jclouds. All Rights Reserved.