public class AddInternetServiceOptions extends BindAddInternetServiceToXmlPayload
Modifier and Type | Class and Description |
---|---|
static class |
AddInternetServiceOptions.Builder |
Constructor and Description |
---|
AddInternetServiceOptions() |
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.
|
AddInternetServiceOptions |
disabled() |
AddInternetServiceOptions |
monitorDisabled() |
AddInternetServiceOptions |
withDescription(String description) |
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Map<String,String> postParams)
MapBinder
bindToRequest
in interface MapBinder
bindToRequest
in class BindAddInternetServiceToXmlPayload
PayloadParam
public AddInternetServiceOptions disabled()
public AddInternetServiceOptions monitorDisabled()
public AddInternetServiceOptions withDescription(String description)
Copyright © 2009-2012 jclouds. All Rights Reserved.