Uses of Class
org.jclouds.servermanager.Server
-
Packages that use Server Package Description 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 Modifier and Type Method Description 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 underneathServer
ServerManager. getServer(int serverId)
Methods in org.jclouds.servermanager that return types with arguments of type Server Modifier and Type Method Description 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 Modifier and Type Method Description NodeMetadata
ServerToNodeMetadata. apply(Server from)
-
Uses of Server in org.jclouds.servermanager.compute.strategy
Methods in org.jclouds.servermanager.compute.strategy that return Server Modifier and Type Method Description Server
ServerManagerComputeServiceAdapter. getNode(String id)
Methods in org.jclouds.servermanager.compute.strategy that return types with arguments of type Server Modifier and Type Method Description ComputeServiceAdapter.NodeAndInitialCredentials<Server>
ServerManagerComputeServiceAdapter. createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
Iterable<Server>
ServerManagerComputeServiceAdapter. listNodes()
Iterable<Server>
ServerManagerComputeServiceAdapter. listNodesByIds(Iterable<String> ids)
-