Uses of Class
org.jclouds.rimuhosting.miro.binder.CreateServerOptions

Packages that use CreateServerOptions
org.jclouds.rimuhosting.miro   
org.jclouds.rimuhosting.miro.binder   
 

Uses of CreateServerOptions in org.jclouds.rimuhosting.miro
 

Methods in org.jclouds.rimuhosting.miro with parameters of type CreateServerOptions
 com.google.common.util.concurrent.ListenableFuture<NewServerResponse> RimuHostingAsyncClient.createServer(String name, String imageId, String planId, CreateServerOptions... options)
           
 NewServerResponse RimuHostingClient.createServer(String name, String imageId, String planId, CreateServerOptions... options)
          This operation creates a node based on its name, imageId and planId.
 

Uses of CreateServerOptions in org.jclouds.rimuhosting.miro.binder
 

Methods in org.jclouds.rimuhosting.miro.binder that return CreateServerOptions
 CreateServerOptions CreateServerOptions.withMetaData(List<MetaData> metaData)
           
 CreateServerOptions CreateServerOptions.withPassword(String password)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.