Interface QosService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    QosService

    public static interface QosService.UpdateResponse
    extends Response
    Update the specified QoS in the dataCenter. [source] ---- PUT /ovirt-engine/api/datacenters/123/qoss/123 ---- For example with curl: [source] ---- curl -u admin@internal:123456 -X PUT -H "content-type: application/xml" -d \ "32132110" \ https://engine/ovirt-engine/api/datacenters/123/qoss/123 ---- You will receive response like this: [source,xml] ---- 321 321 10 1 storage ----
    • Method Detail

      • qos

        Qos qos()
        Updated QoS object.