org.jclouds.trmk.vcloud_0_8.options
Class AddInternetServiceOptions

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.binders.BindAddInternetServiceToXmlPayload
      extended by org.jclouds.trmk.vcloud_0_8.options.AddInternetServiceOptions
All Implemented Interfaces:
Binder, MapBinder

public class AddInternetServiceOptions
extends BindAddInternetServiceToXmlPayload

Author:
Adrian Cole

Nested Class Summary
static class AddInternetServiceOptions.Builder
           
 
Constructor Summary
AddInternetServiceOptions()
           
 
Method Summary
<R extends HttpRequest>
R
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)
           
 
Methods inherited from class org.jclouds.trmk.vcloud_0_8.binders.BindAddInternetServiceToXmlPayload
bindToRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddInternetServiceOptions

public AddInternetServiceOptions()
Method Detail

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.