Package org.ovirt.engine.sdk4.services
Interface ClusterEnabledFeatureService.GetRequest
-
- All Superinterfaces:
Request<ClusterEnabledFeatureService.GetRequest,ClusterEnabledFeatureService.GetResponse>
- Enclosing interface:
- ClusterEnabledFeatureService
public static interface ClusterEnabledFeatureService.GetRequest extends Request<ClusterEnabledFeatureService.GetRequest,ClusterEnabledFeatureService.GetResponse>
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterEnabledFeatureService.GetRequest
follow(String follow)
Indicates which inner links should be _followed_.
-
-
-
Method Detail
-
follow
ClusterEnabledFeatureService.GetRequest follow(String follow)
Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.
-
-