Package org.ovirt.engine.sdk4.services
Interface WeightsService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
WeightsServiceImpl
public interface WeightsService extends Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
WeightsService.AddRequest
Add a weight to a specified user defined scheduling policy.static interface
WeightsService.AddResponse
Add a weight to a specified user defined scheduling policy.static interface
WeightsService.ListRequest
Returns the list of weights.static interface
WeightsService.ListResponse
Returns the list of weights.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WeightsService.AddRequest
add()
Add a weight to a specified user defined scheduling policy.WeightsService.ListRequest
list()
Returns the list of weights.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.WeightService
weightService(String id)
-
-
-
Method Detail
-
add
WeightsService.AddRequest add()
Add a weight to a specified user defined scheduling policy.
-
list
WeightsService.ListRequest list()
Returns the list of weights. The order of the returned list of weights isn't guaranteed.
-
weightService
WeightService weightService(String id)
-
-