public class CreateServerOptions extends RimuHostingJsonBinder
jsonBinder| Constructor and Description | 
|---|
CreateServerOptions(Json jsonBinder)  | 
| 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. 
 | 
CreateServerOptions | 
withMetaData(List<MetaData> metaData)  | 
CreateServerOptions | 
withPassword(String password)  | 
bindToRequest@Inject public CreateServerOptions(Json jsonBinder)
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinderbindToRequest in interface MapBinderbindToRequest in class RimuHostingJsonBinderPayloadParampublic CreateServerOptions withPassword(String password)
public CreateServerOptions withMetaData(List<MetaData> metaData)
Copyright © 2009-2013 jclouds. All Rights Reserved.