Uses of Class
org.jclouds.cloudservers.domain.Server

Packages that use Server
org.jclouds.cloudservers   
org.jclouds.cloudservers.compute.functions   
org.jclouds.cloudservers.compute.strategy   
org.jclouds.cloudservers.predicates   
 

Uses of Server in org.jclouds.cloudservers
 

Methods in org.jclouds.cloudservers that return Server
 Server CloudServersClient.createServer(String name, int imageId, int flavorId, CreateServerOptions... options)
          This operation asynchronously provisions a new server.
 Server CloudServersClient.getServer(int id)
          This operation returns details of the specified server.
 

Methods in org.jclouds.cloudservers that return types with arguments of type Server
 com.google.common.util.concurrent.ListenableFuture<Server> CloudServersAsyncClient.createServer(String name, int imageId, int flavorId, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Server> CloudServersAsyncClient.getServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> CloudServersAsyncClient.listServers(ListOptions... options)
           
 Set<Server> CloudServersClient.listServers(ListOptions... options)
          List all servers (IDs and names only) This operation provides a list of servers associated with your identity.
 

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

Methods in org.jclouds.cloudservers.compute.functions with parameters of type Server
 NodeMetadata ServerToNodeMetadata.apply(Server from)
           
protected  Hardware ServerToNodeMetadata.parseHardware(Server from)
           
protected  OperatingSystem ServerToNodeMetadata.parseOperatingSystem(Server from)
           
 

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

Methods in org.jclouds.cloudservers.compute.strategy that return Server
 Server CloudServersComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.cloudservers.compute.strategy that return types with arguments of type Server
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> CloudServersComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 Iterable<Server> CloudServersComputeServiceAdapter.listNodes()
           
 

Uses of Server in org.jclouds.cloudservers.predicates
 

Methods in org.jclouds.cloudservers.predicates with parameters of type Server
 boolean ServerActive.apply(Server server)
           
 boolean ServerDeleted.apply(Server server)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.