Uses of Class
org.jclouds.openstack.nova.domain.Server

Packages that use Server
org.jclouds.openstack.nova   
org.jclouds.openstack.nova.compute.functions   
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.openstack.nova.predicates   
 

Uses of Server in org.jclouds.openstack.nova
 

Methods in org.jclouds.openstack.nova that return Server
 Server NovaClient.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
          This operation asynchronously provisions a new server.
 Server NovaClient.getServer(int id)
          This operation returns details of the specified server.
 Server NovaClient.getServer(String uuid)
           
 

Methods in org.jclouds.openstack.nova that return types with arguments of type Server
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.getServer(int id)
           
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.getServer(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> NovaAsyncClient.listServers(ListOptions... options)
           
 Set<Server> NovaClient.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.openstack.nova.compute.functions
 

Methods in org.jclouds.openstack.nova.compute.functions with parameters of type Server
 NodeMetadata ServerToNodeMetadata.apply(Server from)
           
protected  Hardware ServerToNodeMetadata.parseHardware(Server from)
           
protected  Image ServerToNodeMetadata.parseImage(Server from)
           
 

Uses of Server in org.jclouds.openstack.nova.compute.strategy
 

Methods in org.jclouds.openstack.nova.compute.strategy that return Server
 Server NovaComputeServiceAdapter.getNode(String id)
           
 

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

Uses of Server in org.jclouds.openstack.nova.predicates
 

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



Copyright © 2009-2012 jclouds. All Rights Reserved.