Class QossServiceImpl

    • Method Detail

      • add

        public QossService.AddRequest add()
        Description copied from interface: QossService
        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 ----
        Specified by:
        add in interface QossService
      • list

        public QossService.ListRequest list()
        Description copied from interface: QossService
        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.
        Specified by:
        list in interface QossService
      • service

        public Service service​(String path)
        Description copied from interface: QossService
        Service locator method, returns individual service on which the URI is dispatched.
        Specified by:
        service in interface QossService