Interface QuotaApi
-
@Consumes("application/json") @Path("/os-quota-sets") public interface QuotaApi
Provides access to the Quota API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VolumeQuota
getByTenant(String tenantId)
-
-
-
Method Detail
-
getByTenant
@Named("quota:get") @GET @Path("/{tenant_id}") @Nullable VolumeQuota getByTenant(@PathParam("tenant_id") String tenantId)
-
-