org.jclouds.softlayer.features
Interface ProductPackageClient


public interface ProductPackageClient

Provides synchronous access to ProductPackage.

Author:
Adrian Cole
See Also:
ProductPackageAsyncClient,

Method Summary
 ProductPackage getProductPackage(long id)
           
 

Method Detail

getProductPackage

ProductPackage getProductPackage(long id)
Parameters:
id - id of the product package
Returns:
product package or null if not found


Copyright © 2009-2012 jclouds. All Rights Reserved.