org.jclouds.trmk.vcloud_0_8.options
Class AddInternetServiceOptions
java.lang.Object
org.jclouds.trmk.vcloud_0_8.binders.BindAddInternetServiceToXmlPayload
org.jclouds.trmk.vcloud_0_8.options.AddInternetServiceOptions
- All Implemented Interfaces:
- Binder, MapBinder
public class AddInternetServiceOptions
- extends BindAddInternetServiceToXmlPayload
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddInternetServiceOptions
public AddInternetServiceOptions()
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request,
Map<String,String> postParams)
- Description copied from interface:
MapBinder
- creates and binds the POST payload to the request using parameters specified.
- Specified by:
bindToRequest
in interface MapBinder
- Overrides:
bindToRequest
in class BindAddInternetServiceToXmlPayload
- See Also:
PayloadParam
disabled
public AddInternetServiceOptions disabled()
monitorDisabled
public AddInternetServiceOptions monitorDisabled()
withDescription
public AddInternetServiceOptions withDescription(String description)
Copyright © 2009-2011 jclouds. All Rights Reserved.