Interface QuotaApi


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

      • getByTenant

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