Uses of Class
org.jclouds.gogrid.domain.PowerCommand
-
Packages that use PowerCommand Package Description org.jclouds.gogrid.domain org.jclouds.gogrid.features -
-
Uses of PowerCommand in org.jclouds.gogrid.domain
Methods in org.jclouds.gogrid.domain that return PowerCommand Modifier and Type Method Description 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.features
Methods in org.jclouds.gogrid.features with parameters of type PowerCommand Modifier and Type Method Description Server
GridServerApi. power(String idOrName, PowerCommand power)
Changes the server's state according toPowerCommand
-