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:
org.jclouds.rest.Binder, org.jclouds.rest.MapBinder

public class AddInternetServiceOptions
extends BindAddInternetServiceToXmlPayload

Author:
Adrian Cole

Nested Class Summary
static class AddInternetServiceOptions.Builder
           
 
Constructor Summary
AddInternetServiceOptions()
           
 
Method Summary
<R extends org.jclouds.http.HttpRequest>
R
bindToRequest(R request, Map<String,String> postParams)
           
 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 org.jclouds.http.HttpRequest> R bindToRequest(R request,
                                                                Map<String,String> postParams)
Specified by:
bindToRequest in interface org.jclouds.rest.MapBinder
Overrides:
bindToRequest in class BindAddInternetServiceToXmlPayload

disabled

public AddInternetServiceOptions disabled()

monitorDisabled

public AddInternetServiceOptions monitorDisabled()

withDescription

public AddInternetServiceOptions withDescription(String description)


Copyright © 2009-2011 jclouds. All Rights Reserved.