org.jclouds.rimuhosting.miro.binder
Class CreateServerOptions

java.lang.Object
  extended by org.jclouds.rest.binders.BindToJsonPayload
      extended by org.jclouds.rimuhosting.miro.binder.RimuHostingJsonBinder
          extended by org.jclouds.rimuhosting.miro.binder.CreateServerOptions
All Implemented Interfaces:
Binder, MapBinder

public class CreateServerOptions
extends RimuHostingJsonBinder

Author:
Ivan Meredith

Field Summary
 
Fields inherited from class org.jclouds.rest.binders.BindToJsonPayload
jsonBinder
 
Constructor Summary
CreateServerOptions()
           
 
Method Summary
 void bindToRequest(HttpRequest request, Map<String,String> postParams)
           
 CreateServerOptions withMetaData(List<MetaData> metaData)
           
 CreateServerOptions withPassword(String password)
           
 
Methods inherited from class org.jclouds.rimuhosting.miro.binder.RimuHostingJsonBinder
bindToRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateServerOptions

public CreateServerOptions()
Method Detail

bindToRequest

public void bindToRequest(HttpRequest request,
                          Map<String,String> postParams)
Specified by:
bindToRequest in interface MapBinder
Overrides:
bindToRequest in class RimuHostingJsonBinder

withPassword

public CreateServerOptions withPassword(String password)

withMetaData

public CreateServerOptions withMetaData(List<MetaData> metaData)


Copyright © 2009-2010 jclouds. All Rights Reserved.