Interface QuotaApi


@Consumes("application/json") @Path("/os-quota-sets") public interface QuotaApi
Provides access to the Quota API.
  • Method Summary

    Modifier and Type
    Method
    Description
    getByTenant(String tenantId)
     
  • Method Details

    • getByTenant

      @Named("quota:get") @GET @Path("/{tenant_id}") @Nullable VolumeQuota getByTenant(@PathParam("tenant_id") String tenantId)