org.jclouds.vcloud.terremark.options
Class AddInternetServiceOptions

java.lang.Object
  extended by org.jclouds.vcloud.terremark.binders.BindAddInternetServiceToXmlPayload
      extended by org.jclouds.vcloud.terremark.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
 void bindToRequest(HttpRequest request, Map<String,String> postParams)
           
 AddInternetServiceOptions disabled()
           
 AddInternetServiceOptions withDescription(String description)
           
 
Methods inherited from class org.jclouds.vcloud.terremark.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 void bindToRequest(HttpRequest request,
                          Map<String,String> postParams)
Specified by:
bindToRequest in interface MapBinder
Overrides:
bindToRequest in class BindAddInternetServiceToXmlPayload

disabled

public AddInternetServiceOptions disabled()

withDescription

public AddInternetServiceOptions withDescription(String description)


Copyright © 2009-2010 jclouds. All Rights Reserved.