Modifier and Type | Class and Description |
---|---|
static class |
CreateSharedIpGroupOptions.Builder |
Constructor and Description |
---|
CreateSharedIpGroupOptions() |
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 toBind) |
CreateSharedIpGroupOptions |
withServer(int id) |
public <R extends HttpRequest> R bindToRequest(R request, Map<String,String> postParams)
MapBinder
bindToRequest
in interface MapBinder
PayloadParam
public <R extends HttpRequest> R bindToRequest(R request, Object toBind)
bindToRequest
in interface Binder
public CreateSharedIpGroupOptions withServer(int id)
id
- of the server to include with this request.Copyright © 2009-2012 jclouds. All Rights Reserved.