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)
           
 Set<Server> CloudServersClient.listServers(ListOptions... options)
          List all servers (IDs and names only) This operation provides a list of servers associated with your identity.
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> CloudServersAsyncClient.listServers(ListOptions... options)
           
 

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

Methods in org.jclouds.cloudservers.compute.functions with parameters of type Server
 org.jclouds.compute.domain.NodeMetadata ServerToNodeMetadata.apply(Server from)
           
protected  org.jclouds.compute.domain.Hardware ServerToNodeMetadata.parseHardware(Server from)
           
protected  org.jclouds.compute.domain.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
 org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<Server> CloudServersComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, org.jclouds.compute.domain.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 ServerDeleted.apply(Server server)
           
 boolean ServerActive.apply(Server server)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.