org.jclouds.openstack.nova.v1_1.features
Interface ServerClient


public interface ServerClient

Provides synchronous access to Server.

Author:
Adrian Cole
See Also:
ServerAsyncClient,

Method Summary
 Server getServer(String id)
          List details of the specified server
 Set<Resource> listServers()
          List all servers (IDs, names, links)
 Set<Server> listServersInDetail()
          List all servers (all details)
 

Method Detail

listServers

Set<Resource> listServers()
List all servers (IDs, names, links)

Returns:
all servers (IDs, names, links)

listServersInDetail

Set<Server> listServersInDetail()
List all servers (all details)

Returns:
all servers (all details)

getServer

Server getServer(String id)
List details of the specified server

Parameters:
id - id of the server
Returns:
server or null if not found


Copyright © 2009-2012 jclouds. All Rights Reserved.