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