Package org.ovirt.engine.sdk4.services
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Quota
quota()
-
-
-
Method Detail
-
quota
Quota quota()
-
-