Interface QossService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    QossServiceImpl

    public interface QossService
    extends Service
    Manages the set of _quality of service_ configurations available in a data center.
    • Method Detail

      • add

        QossService.AddRequest add()
        Add a new QoS to the dataCenter. [source] ---- POST /ovirt-engine/api/datacenters/123/qoss ---- The response will look as follows: [source,xml] ---- 123 123 10 storage ----
      • list

        QossService.ListRequest list()
        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] ---- ... ... ... ---- The returned list of quality of service configurations isn't guaranteed.
      • qosService

        QosService qosService​(String id)
        A reference to a service managing a specific QoS.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.