Uses of Class
org.dasein.cloud.services.server.Server

Packages that use Server
org.dasein.cloud.services.server Operations supporting virtual machines operating inside a cloud provider. 
 

Uses of Server in org.dasein.cloud.services.server
 

Methods in org.dasein.cloud.services.server that return Server
 Server ServerServices.clone(String serverId, String intoDcId, String name, String description, boolean powerOn, String... firewallIds)
          Clones an existing server into a new server.
 Server ServerServices.define(String imageId, ServerSize size, String dataCenterId, String name, boolean withMonitoring, String... firewalls)
          Defines a server to be booted up at a future point.
 Server ServerServices.getServer(String serverId)
          Provides the data from a specific server
 Server ServerServices.launch(String imageId, ServerSize size, String dataCenterId, String name, String withKeypairName, String inVlanId, boolean withMonitoring, String... firewalls)
          Launches a server in the cloud.
 

Methods in org.dasein.cloud.services.server that return types with arguments of type Server
 Collection<Server> ServerServices.list()
          Lists all servers belonging to the account owner currently in the cloud.