|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PowerCommand | |
---|---|
org.jclouds.gogrid.domain | |
org.jclouds.gogrid.services |
Uses of PowerCommand in org.jclouds.gogrid.domain |
---|
Methods in org.jclouds.gogrid.domain that return PowerCommand | |
---|---|
static PowerCommand |
PowerCommand.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PowerCommand[] |
PowerCommand.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of PowerCommand in org.jclouds.gogrid.services |
---|
Methods in org.jclouds.gogrid.services with parameters of type PowerCommand | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.power(String idOrName,
PowerCommand power)
|
Server |
GridServerClient.power(String idOrName,
PowerCommand power)
Changes the server's state according to PowerCommand |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |