Package org.ovirt.engine.sdk4.services
Interface CpuProfileService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
CpuProfileServiceImpl
public interface CpuProfileService extends Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CpuProfileService.GetRequest
static interface
CpuProfileService.GetResponse
static interface
CpuProfileService.RemoveRequest
static interface
CpuProfileService.RemoveResponse
static interface
CpuProfileService.UpdateRequest
Update the specified cpu profile in the system.static interface
CpuProfileService.UpdateResponse
Update the specified cpu profile in the system.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CpuProfileService.GetRequest
get()
AssignedPermissionsService
permissionsService()
CpuProfileService.RemoveRequest
remove()
Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.CpuProfileService.UpdateRequest
update()
Update the specified cpu profile in the system.
-
-
-
Method Detail
-
get
CpuProfileService.GetRequest get()
-
remove
CpuProfileService.RemoveRequest remove()
-
update
CpuProfileService.UpdateRequest update()
Update the specified cpu profile in the system.
-
permissionsService
AssignedPermissionsService permissionsService()
-
-