public class CreateServerOptions extends Object implements org.jclouds.rest.MapBinder
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateServerOptions.Builder |
| Constructor and Description |
|---|
CreateServerOptions() |
| 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 input) |
CreateServerOptions |
description(String description) |
boolean |
equals(Object obj) |
int |
hashCode() |
CreateServerOptions |
ip(String ip) |
String |
toString() |
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Map<String,Object> postParams)
bindToRequest in interface org.jclouds.rest.MapBinderpublic 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 org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object input)
bindToRequest in interface org.jclouds.rest.BinderCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.