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] ---- ... ... ... ---- The returned list of quality of service configurations isn't guaranteed.
    • Method Detail

      • qoss

        List<Qos> qoss()
        List of queried QoS objects.