Interface ClusterLevelsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    ClusterLevelsServiceImpl

    public interface ClusterLevelsService
    extends Service
    Provides information about the capabilities of different cluster levels supported by the engine. Version 4.0 of the engine supports levels 4.0 and 3.6. Each of these levels support different sets of CPU types, for example. This service provides that information.
    • Method Detail

      • list

        ClusterLevelsService.ListRequest list()
        Lists the cluster levels supported by the system. [source] ---- GET /ovirt-engine/api/clusterlevels ---- This will return a list of available cluster levels. [source,xml] ---- ... ... ---- The order of the returned cluster levels isn't guaranteed.
      • levelService

        ClusterLevelService levelService​(String id)
        Reference to the service that provides information about an specific cluster level.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.