Class ClusterLevelServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.ClusterLevelServiceImpl
-
- All Implemented Interfaces:
Service
,ClusterLevelService
public class ClusterLevelServiceImpl extends ServiceImpl implements ClusterLevelService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.ClusterLevelService
ClusterLevelService.GetRequest, ClusterLevelService.GetResponse
-
-
Constructor Summary
Constructors Constructor Description ClusterLevelServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterFeaturesService
clusterFeaturesService()
Reference to the service that manages the collection of supported features for this cluster level.ClusterLevelService.GetRequest
get()
Provides the information about the capabilities of the specific cluster level managed by this service.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.String
toString()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.services.ServiceImpl
checkAction, checkFault, getConnection, getPath, throwError
-
-
-
-
Constructor Detail
-
ClusterLevelServiceImpl
public ClusterLevelServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
get
public ClusterLevelService.GetRequest get()
Description copied from interface:ClusterLevelService
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 - Specified by:
get
in interfaceClusterLevelService
-
clusterFeaturesService
public ClusterFeaturesService clusterFeaturesService()
Description copied from interface:ClusterLevelService
Reference to the service that manages the collection of supported features for this cluster level.- Specified by:
clusterFeaturesService
in interfaceClusterLevelService
-
service
public Service service(String path)
Description copied from interface:ClusterLevelService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceClusterLevelService
-
-