Package org.ovirt.engine.sdk4.services
Interface AssignedCpuProfilesService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
AssignedCpuProfilesServiceImpl
public interface AssignedCpuProfilesService extends Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AssignedCpuProfilesService.AddRequest
Add a new cpu profile for the cluster.static interface
AssignedCpuProfilesService.AddResponse
Add a new cpu profile for the cluster.static interface
AssignedCpuProfilesService.ListRequest
List the CPU profiles assigned to the cluster.static interface
AssignedCpuProfilesService.ListResponse
List the CPU profiles assigned to the cluster.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssignedCpuProfilesService.AddRequest
add()
Add a new cpu profile for the cluster.AssignedCpuProfilesService.ListRequest
list()
List the CPU profiles assigned to the cluster.AssignedCpuProfileService
profileService(String id)
Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
-
-
-
Method Detail
-
add
AssignedCpuProfilesService.AddRequest add()
Add a new cpu profile for the cluster.
-
list
AssignedCpuProfilesService.ListRequest list()
List the CPU profiles assigned to the cluster. The order of the returned CPU profiles isn't guaranteed.
-
profileService
AssignedCpuProfileService profileService(String id)
-
-