Class CpuProfilesServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.CpuProfilesServiceImpl
-
- All Implemented Interfaces:
Service
,CpuProfilesService
public class CpuProfilesServiceImpl extends ServiceImpl implements CpuProfilesService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.CpuProfilesService
CpuProfilesService.AddRequest, CpuProfilesService.AddResponse, CpuProfilesService.ListRequest, CpuProfilesService.ListResponse
-
-
Constructor Summary
Constructors Constructor Description CpuProfilesServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CpuProfilesService.AddRequest
add()
Add a new cpu profile to the system.CpuProfilesService.ListRequest
list()
Returns the list of CPU profiles of the system.CpuProfileService
profileService(String id)
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
-
CpuProfilesServiceImpl
public CpuProfilesServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
add
public CpuProfilesService.AddRequest add()
Description copied from interface:CpuProfilesService
Add a new cpu profile to the system.- Specified by:
add
in interfaceCpuProfilesService
-
list
public CpuProfilesService.ListRequest list()
Description copied from interface:CpuProfilesService
Returns the list of CPU profiles of the system. The order of the returned list of CPU profiles is random.- Specified by:
list
in interfaceCpuProfilesService
-
profileService
public CpuProfileService profileService(String id)
- Specified by:
profileService
in interfaceCpuProfilesService
-
service
public Service service(String path)
Description copied from interface:CpuProfilesService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceCpuProfilesService
-
-