Uses of Class
org.jclouds.rimuhosting.miro.domain.NewServerResponse

Packages that use NewServerResponse
org.jclouds.rimuhosting.miro   
org.jclouds.rimuhosting.miro.domain   
 

Uses of NewServerResponse in org.jclouds.rimuhosting.miro
 

Methods in org.jclouds.rimuhosting.miro that return NewServerResponse
 NewServerResponse RimuHostingClient.createServer(String name, String imageId, String planId, CreateServerOptions... options)
          This operation creates a node based on its name, imageId and planId.
 

Methods in org.jclouds.rimuhosting.miro that return types with arguments of type NewServerResponse
 com.google.common.util.concurrent.ListenableFuture<NewServerResponse> RimuHostingAsyncClient.createServer(String name, String imageId, String planId, CreateServerOptions... options)
           
 

Uses of NewServerResponse in org.jclouds.rimuhosting.miro.domain
 

Methods in org.jclouds.rimuhosting.miro.domain with parameters of type NewServerResponse
 int NewServerResponse.compareTo(NewServerResponse server)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.