Interface QuotasService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    QuotasServiceImpl

    public interface QuotasService
    extends Service
    Manages the set of quotas configured for a data center.
    • Method Detail

      • add

        QuotasService.AddRequest add()
        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 ----
      • list

        QuotasService.ListRequest list()
        Lists quotas of a data center. The order of the returned list of quotas isn't guaranteed.
      • service

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