org.jclouds.softlayer.features
Interface AccountClient


public interface AccountClient

Provides synchronous access to Account.

Author:
Jason King
See Also:
AccountAsyncClient,

Method Summary
 Set<ProductPackage> getActivePackages()
           
 

Method Detail

getActivePackages

Set<ProductPackage> getActivePackages()
Returns:
Gets all the active packages. This will give you a basic description of the packages that are currently active and from which you can order a server or additional services. Calling ProductPackage.getItems() will return an empty set. Use ProductPackageClient.getProductPackage(long id) to obtain items data.
See Also:
ProductPackageClient.getProductPackage(long)


Copyright © 2009-2012 jclouds. All Rights Reserved.