Interface QuotaApi
@Consumes("application/json")
@Path("/os-quota-sets")
public interface QuotaApi
Provides access to the Quota API.
-
Method Summary
-
Method Details
-
getByTenant
@Named("quota:get") @GET @Path("/{tenant_id}") @Nullable VolumeQuota getByTenant(@PathParam("tenant_id") String tenantId)
-