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


public interface DatasetApi

Provides synchronous access to Datasets.

Author:
Gerald Pereira
See Also:
DatasetAsyncApi, api doc

Method Summary
 Dataset get(String id)
          Gets an individual dataset by id.
 Set<Dataset> list()
          Provides a list of datasets available in this datacenter.
 

Method Detail

list

Set<Dataset> list()
Provides a list of datasets available in this datacenter.

Returns:

get

Dataset get(String id)
Gets an individual dataset by id.

Parameters:
id - the id of the dataset
Returns:


Copyright © 2009-2012 jclouds. All Rights Reserved.