org.jclouds.opsource.servers.features
Interface ServerApi


public interface ServerApi

Provides synchronous access to server api's.

Author:
Kedar Dave
See Also:
ServerAsyncApi

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

Method Detail

getDeployedServers

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

getPendingDeployServers

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


Copyright © 2009-2012 jclouds. All Rights Reserved.