Interface InstanceFlavorService

  • All Known Implementing Classes:
    DBFlavorServiceImpl

    public interface InstanceFlavorService
    This interface defines all methods for the manipulation of trove instance flavors
    Author:
    sumit gandhi
    • Method Detail

      • list

        List<? extends Flavor> list()
        Returns all the available database instance flavors
        Returns:
        the list of available flavors
      • get

        Flavor get​(String id)
        Get the instance flavor specified by ID
        Returns:
        the flavor or null if not found