Package | Description |
---|---|
org.jclouds.glesys.domain | |
org.jclouds.glesys.features |
Modifier and Type | Method and Description |
---|---|
ServerLimit |
ServerLimit.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,ServerLimit> |
ServerClient.getServerLimits(String id)
Get detailed information about a server's limits (for OpenVZ only).
|
com.google.common.util.concurrent.ListenableFuture<SortedMap<String,ServerLimit>> |
ServerAsyncClient.getServerLimits(String id) |
Map<String,ServerLimit> |
ServerClient.resetServerLimit(String id,
String type)
Reset the fail count for a server limit (for OpenVZ only).
|
com.google.common.util.concurrent.ListenableFuture<SortedMap<String,ServerLimit>> |
ServerAsyncClient.resetServerLimit(String id,
String type) |
Copyright © 2009-2012 jclouds. All Rights Reserved.