Interface ClusterEnabledFeatureService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    ClusterEnabledFeatureService

    public static interface ClusterEnabledFeatureService.GetResponse
    extends Response
    Provides the information about the cluster feature enabled. For example, to find details of the enabled feature `456` for cluster `123`, send a request like this: [source] ---- GET /ovirt-engine/api/clusters/123/enabledfeatures/456 ---- That will return a <> object containing the name: [source,xml] ---- libgfapi_supported ----
    • Method Detail

      • feature

        ClusterFeature feature()
        Retrieved cluster feature that's enabled.