Uses of Class
org.jclouds.profitbricks.domain.Server.Status
-
Packages that use Server.Status Package Description org.jclouds.profitbricks.domain -
-
Uses of Server.Status in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Server.Status Modifier and Type Method Description static Server.Status
Server.Status. fromValue(String v)
abstract Server.Status
Server. status()
static Server.Status
Server.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Server.Status[]
Server.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.profitbricks.domain with parameters of type Server.Status Modifier and Type Method Description abstract Server.Builder
Server.Builder. status(Server.Status status)
-