Class ClusterLevelsServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.ClusterLevelsServiceImpl
-
- All Implemented Interfaces:
Service
,ClusterLevelsService
public class ClusterLevelsServiceImpl extends ServiceImpl implements ClusterLevelsService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.ClusterLevelsService
ClusterLevelsService.ListRequest, ClusterLevelsService.ListResponse
-
-
Constructor Summary
Constructors Constructor Description ClusterLevelsServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterLevelService
levelService(String id)
Reference to the service that provides information about an specific cluster level.ClusterLevelsService.ListRequest
list()
Lists the cluster levels supported by the system.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
-
ClusterLevelsServiceImpl
public ClusterLevelsServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
list
public ClusterLevelsService.ListRequest list()
Description copied from interface:ClusterLevelsService
Lists the cluster levels supported by the system. [source] ---- GET /ovirt-engine/api/clusterlevels ---- This will return a list of available cluster levels. [source,xml] ----... ...- Specified by:
list
in interfaceClusterLevelsService
-
levelService
public ClusterLevelService levelService(String id)
Description copied from interface:ClusterLevelsService
Reference to the service that provides information about an specific cluster level.- Specified by:
levelService
in interfaceClusterLevelsService
-
service
public Service service(String path)
Description copied from interface:ClusterLevelsService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceClusterLevelsService
-
-