@Consumes(value="application/json")
@Path(value="/os-quota-sets")
public interface QuotaApi
Modifier and Type | Method and Description |
---|---|
VolumeQuota |
getByTenant(String tenantId) |
@Named(value="quota:get") @GET @Path(value="/{tenant_id}") @Nullable VolumeQuota getByTenant(@PathParam(value="tenant_id") String tenantId)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.