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,String> 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,String> postParams)
MapBinder
bindToRequest
in interface MapBinder
PayloadParam
public 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 Binder
Copyright © 2009-2012 jclouds. All Rights Reserved.