org.jclouds.opsource.servers.features
Interface ServerClient


public interface ServerClient

Provides synchronous access to server api's.

Author:
Kedar Dave
See Also:
ServerAsyncClient

Method Summary
 DeployedServersList getDeployedServers(String orgId)
           
 PendingDeployServersList getPendingDeployServers(String orgId)
           
 

Method Detail

getDeployedServers

DeployedServersList getDeployedServers(String orgId)
See Also:
ServerAsyncClient#getDeployedServers()

getPendingDeployServers

PendingDeployServersList getPendingDeployServers(String orgId)
See Also:
ServerAsyncClient#getPendingDeployServers()


Copyright © 2009-2012 jclouds. All Rights Reserved.