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

Packages that use Server
org.jclouds.rimuhosting.miro   
org.jclouds.rimuhosting.miro.compute.functions   
org.jclouds.rimuhosting.miro.compute.strategy   
org.jclouds.rimuhosting.miro.domain   
org.jclouds.rimuhosting.miro.functions   
org.jclouds.rimuhosting.miro.predicates   
 

Uses of Server in org.jclouds.rimuhosting.miro
 

Methods in org.jclouds.rimuhosting.miro that return Server
 Server RimuHostingClient.getServer(Long id)
          Gets a server based on its id.
 

Methods in org.jclouds.rimuhosting.miro that return types with arguments of type Server
 com.google.common.util.concurrent.ListenableFuture<Server> RimuHostingAsyncClient.getServer(Long id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Server>> RimuHostingAsyncClient.getServerList()
           
 Set<? extends Server> RimuHostingClient.getServerList()
          Returns a list of servers that belong to this identity.
 

Uses of Server in org.jclouds.rimuhosting.miro.compute.functions
 

Fields in org.jclouds.rimuhosting.miro.compute.functions with type parameters of type Server
protected  com.google.common.base.Function<Server,Iterable<String>> ServerToNodeMetadata.getPublicAddresses
           
 

Methods in org.jclouds.rimuhosting.miro.compute.functions with parameters of type Server
 NodeMetadata ServerToNodeMetadata.apply(Server from)
           
protected  OperatingSystem ServerToNodeMetadata.parseOperatingSystem(Server from, Location location)
           
 

Uses of Server in org.jclouds.rimuhosting.miro.compute.strategy
 

Fields in org.jclouds.rimuhosting.miro.compute.strategy with type parameters of type Server
protected  com.google.common.base.Function<Server,NodeMetadata> RimuHostingCreateNodeWithGroupEncodedIntoName.serverToNodeMetadata
           
 

Constructor parameters in org.jclouds.rimuhosting.miro.compute.strategy with type arguments of type Server
RimuHostingCreateNodeWithGroupEncodedIntoName(RimuHostingClient client, Map<String,Credentials> credentialStore, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
RimuHostingGetNodeMetadataStrategy(RimuHostingClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
RimuHostingListNodesStrategy(RimuHostingClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
 

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

Methods in org.jclouds.rimuhosting.miro.domain that return Server
 Server ResizeResponse.getAboutOrder()
           
 Server NewServerResponse.getServer()
           
 

Methods in org.jclouds.rimuhosting.miro.domain with parameters of type Server
 int Server.compareTo(Server server)
           
 void ResizeResponse.setAboutOrder(Server about_orders)
           
 void NewServerResponse.setServer(Server server)
           
 

Uses of Server in org.jclouds.rimuhosting.miro.functions
 

Methods in org.jclouds.rimuhosting.miro.functions that return Server
 Server ParseServerFromJsonResponse.apply(HttpResponse arg0)
           
 

Methods in org.jclouds.rimuhosting.miro.functions that return types with arguments of type Server
 SortedSet<Server> ParseServersFromJsonResponse.apply(HttpResponse arg0)
           
 

Uses of Server in org.jclouds.rimuhosting.miro.predicates
 

Methods in org.jclouds.rimuhosting.miro.predicates with parameters of type Server
 boolean ServerRunning.apply(Server server)
           
 boolean ServerDestroyed.apply(Server server)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.