org.jclouds.joyent.cloudapi.v6_5.features
Interface PackageApi


public interface PackageApi

Provides synchronous access to Packages.

Author:
Gerald Pereira
See Also:
PackageAsyncApi, api doc

Method Summary
 Package get(String name)
          Gets an individual package by id.
 Set<Package> list()
          Provides a list of packages available in this datacenter.
 

Method Detail

list

Set<Package> list()
Provides a list of packages available in this datacenter.

Returns:

get

Package get(String name)
Gets an individual package by id.

Parameters:
name - the name of the package
Returns:


Copyright © 2009-2012 jclouds. All Rights Reserved.