Interface QuotaService.GetResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    QuotaService

    public static interface QuotaService.GetResponse
    extends Response
    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 ----
    • Method Detail