Uses of Class
org.jclouds.profitbricks.domain.Server
- 
- 
Uses of Server in org.jclouds.profitbricks.compute
Methods in org.jclouds.profitbricks.compute that return Server Modifier and Type Method Description ServerProfitBricksComputeServiceAdapter. getNode(String id)Methods in org.jclouds.profitbricks.compute that return types with arguments of type Server Modifier and Type Method Description ComputeServiceAdapter.NodeAndInitialCredentials<Server>ProfitBricksComputeServiceAdapter. createNodeWithGroupEncodedIntoName(String group, String name, Template template)protected ComputeServiceAdapter.NodeAndInitialCredentials<Server>ProfitBricksComputeServiceAdapter. createNodeWithGroupEncodedIntoName(String group, String name, TemplateWithDataCenter template)Iterable<Server>ProfitBricksComputeServiceAdapter. listNodes()Iterable<Server>ProfitBricksComputeServiceAdapter. listNodesByIds(Iterable<String> ids) - 
Uses of Server in org.jclouds.profitbricks.compute.function
Methods in org.jclouds.profitbricks.compute.function with parameters of type Server Modifier and Type Method Description NodeMetadataServerToNodeMetadata. apply(Server server) - 
Uses of Server in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Server Modifier and Type Method Description ServerServer.Builder. build()Methods in org.jclouds.profitbricks.domain that return types with arguments of type Server Modifier and Type Method Description abstract List<Server>LoadBalancer. balancedServers()abstract List<Server>DataCenter. servers()Method parameters in org.jclouds.profitbricks.domain with type arguments of type Server Modifier and Type Method Description abstract LoadBalancer.BuilderLoadBalancer.Builder. balancedServers(List<Server> balancedServers)abstract DataCenter.BuilderDataCenter.Builder. servers(List<Server> servers) - 
Uses of Server in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features that return Server Modifier and Type Method Description ServerServerApi. getServer(String identifier)Methods in org.jclouds.profitbricks.features that return types with arguments of type Server Modifier and Type Method Description List<Server>ServerApi. getAllServers() - 
Uses of Server in org.jclouds.profitbricks.http.parser.server
Methods in org.jclouds.profitbricks.http.parser.server that return Server Modifier and Type Method Description ServerServerInfoResponseHandler. getResult()Methods in org.jclouds.profitbricks.http.parser.server that return types with arguments of type Server Modifier and Type Method Description List<Server>ServerListResponseHandler. getResult() 
 -