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 Server
ProfitBricksComputeServiceAdapter. 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 NodeMetadata
ServerToNodeMetadata. 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 Server
Server.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.Builder
LoadBalancer.Builder. balancedServers(List<Server> balancedServers)
abstract DataCenter.Builder
DataCenter.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 Server
ServerApi. 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 Server
ServerInfoResponseHandler. 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()
-