Uses of Class
org.jclouds.servermanager.Server

Packages that use Server
org.jclouds.servermanager   
org.jclouds.servermanager.compute.functions   
org.jclouds.servermanager.compute.strategy   
 

Uses of Server in org.jclouds.servermanager
 

Methods in org.jclouds.servermanager that return Server
 Server ServerManager.createServerInDC(String datacenter, String name, int imageId, int hardwareId)
          simulate creating a server, as this is really going to happen with the api underneath
 Server ServerManager.getServer(int serverId)
           
 

Methods in org.jclouds.servermanager that return types with arguments of type Server
 Iterable<Server> ServerManager.listServers()
           
 

Uses of Server in org.jclouds.servermanager.compute.functions
 

Methods in org.jclouds.servermanager.compute.functions with parameters of type Server
 NodeMetadata ServerToNodeMetadata.apply(Server from)
           
 boolean ServerToNodeMetadata.FindHardwareForServer.matches(Server from, Hardware input)
           
 boolean ServerToNodeMetadata.FindImageForServer.matches(Server from, Image input)
           
 boolean ServerToNodeMetadata.FindLocationForServer.matches(Server from, Location input)
           
 

Uses of Server in org.jclouds.servermanager.compute.strategy
 

Methods in org.jclouds.servermanager.compute.strategy that return Server
 Server ServerManagerComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
           
 Server ServerManagerComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.servermanager.compute.strategy that return types with arguments of type Server
 Iterable<Server> ServerManagerComputeServiceAdapter.listNodes()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.