Interface QuotaService.UpdateResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    QuotaService

    public static interface QuotaService.UpdateResponse
    extends Response
    Updates a quota. An example of updating a quota: [source] ---- PUT /ovirt-engine/api/datacenters/123/quotas/456 ---- [source,xml] ---- 30 70 20 80 ----
    • Method Detail