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
 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
 

Fields in org.jclouds.cloudservers.compute.strategy with type parameters of type Server
protected  com.google.common.base.Function<Server,NodeMetadata> CloudServersCreateNodeWithGroupEncodedIntoName.serverToNodeMetadata
           
 

Constructor parameters in org.jclouds.cloudservers.compute.strategy with type arguments of type Server
CloudServersCreateNodeWithGroupEncodedIntoName(CloudServersClient client, Map<String,Credentials> credentialStore, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
CloudServersGetNodeMetadataStrategy(CloudServersClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
CloudServersListNodesStrategy(CloudServersClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
 

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-2011 jclouds. All Rights Reserved.