Package org.openstack4j.api.trove
Interface InstanceFlavorService
-
- All Known Implementing Classes:
DBFlavorServiceImpl
public interface InstanceFlavorServiceThis interface defines all methods for the manipulation of trove instance flavors- Author:
- sumit gandhi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Flavorget(String id)Get the instance flavor specified by IDList<? extends Flavor>list()Returns all the available database instance flavors
-