Interface QuotasService.AddResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    QuotasService

    public static interface QuotasService.AddResponse
    extends Response
    Creates a new quota. An example of creating a new quota: [source] ---- POST /ovirt-engine/api/datacenters/123/quotas ---- [source,xml] ---- myquota My new quota for virtual machines ----
    • Method Detail