Interface ClusterLevelService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    ClusterLevelServiceImpl

    public interface ClusterLevelService
    extends Service
    Provides information about a specific cluster level. See the <> service for more information.
    • Method Detail

      • get

        ClusterLevelService.GetRequest get()
        Provides the information about the capabilities of the specific cluster level managed by this service. For example, to find what CPU types are supported by level 3.6 you can send a request like this: [source] ---- GET /ovirt-engine/api/clusterlevels/3.6 ---- That will return a <> object containing the supported CPU types, and other information which describes the cluster level: [source,xml] ---- Intel Nehalem Family 3 x86_64 ... create_vm false ... ----
      • clusterFeaturesService

        ClusterFeaturesService clusterFeaturesService()
        Reference to the service that manages the collection of supported features for this cluster level.
      • service

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