Package org.ovirt.engine.sdk4.services
Interface QossService.ListResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- QossService
public static interface QossService.ListResponse extends Response
Returns the list of _quality of service_ configurations available in the data center. [source] ---- GET /ovirt-engine/api/datacenter/123/qoss ---- You will get response which will look like this: [source, xml] ----... ... ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Qos>
qoss()
List of queried QoS objects.
-