Interface ClusterFeaturesService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    ClusterFeaturesServiceImpl

    public interface ClusterFeaturesService
    extends Service
    Provides information about the cluster features that are supported by a cluster level.
    • Method Detail

      • list

        ClusterFeaturesService.ListRequest list()
        Lists the cluster features supported by the cluster level. [source] ---- GET /ovirt-engine/api/clusterlevels/4.1/clusterfeatures ---- This will return a list of cluster features supported by the cluster level: [source,xml] ---- test_feature ... ----
      • featureService

        ClusterFeatureService featureService​(String id)
        Reference to the service that provides information about a specific feature.
      • service

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