| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CreateServerOptions.Builder  | 
| Constructor and Description | 
|---|
CreateServerOptions()  | 
| 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 input)  | 
CreateServerOptions | 
description(String description)  | 
boolean | 
equals(Object obj)  | 
int | 
hashCode()  | 
CreateServerOptions | 
ip(String ip)  | 
String | 
toString()  | 
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinderbindToRequest in interface MapBinderPayloadParampublic CreateServerOptions description(String description)
description - the description of the serverpublic CreateServerOptions ip(String ip)
ip - the ip address to assign to the serverpublic <R extends HttpRequest> R bindToRequest(R request, Object input)
bindToRequest in interface BinderCopyright © 2009-2013 jclouds. All Rights Reserved.