Class ClusterFeatureServiceImpl

    • Constructor Detail

      • ClusterFeatureServiceImpl

        public ClusterFeatureServiceImpl​(HttpConnection connection,
                                         String path)
    • Method Detail

      • get

        public ClusterFeatureService.GetRequest get()
        Description copied from interface: ClusterFeatureService
        Provides the information about the a cluster feature supported by a cluster level. For example, to find details of the cluster feature `456` for cluster level 4.1, send a request like this: [source] ---- GET /ovirt-engine/api/clusterlevels/4.1/clusterfeatures/456 ---- That will return a <> object containing the name: [source,xml] ---- libgfapi_supported ----
        Specified by:
        get in interface ClusterFeatureService