org.jclouds.digitalocean.features
Interface SizesApi

All Superinterfaces:
Closeable

public interface SizesApi
extends Closeable

Provides access to the Size management features.

Author:
Sergi Castro, Ignasi Barrera

Method Summary
 List<Size> list()
          Lists all available sizes.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

list

List<Size> list()
Lists all available sizes.

Returns:
The list of all available sizes.


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.