com.google.common.util.concurrent.ListenableFuture<SortedMap<String,ServerLimit>> |
ServerAsyncApi.getServerLimits(String id) |
Map<String,ServerLimit> |
ServerApi.getServerLimits(String id)
Get detailed information about a server's limits (for OpenVZ only).
|
com.google.common.util.concurrent.ListenableFuture<SortedMap<String,ServerLimit>> |
ServerAsyncApi.resetServerLimit(String id,
String type) |
Map<String,ServerLimit> |
ServerApi.resetServerLimit(String id,
String type)
Reset the fail count for a server limit (for OpenVZ only).
|