Interface QuotaService

    • Method Detail

      • get

        QuotaService.GetRequest get()
        Retrieves a quota. An example of retrieving a quota: [source] ---- GET /ovirt-engine/api/datacenters/123/quotas/456 ---- [source,xml] ---- myquota My new quota for virtual machines 20 80 20 80 ----
      • remove

        QuotaService.RemoveRequest remove()
        Delete a quota. An example of deleting a quota: [source] ---- DELETE /ovirt-engine/api/datacenters/123-456/quotas/654-321 -0472718ab224 HTTP/1.1 Accept: application/xml Content-type: application/xml ----
      • update

        QuotaService.UpdateRequest update()
        Updates a quota. An example of updating a quota: [source] ---- PUT /ovirt-engine/api/datacenters/123/quotas/456 ---- [source,xml] ---- 30 70 20 80 ----
      • service

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