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.StatusServer.Status. fromValue(String v)abstract Server.StatusServer. status()static Server.StatusServer.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.BuilderServer.Builder. status(Server.Status status)
-