Uses of Class
org.jclouds.servermanager.Server.Status
-
Packages that use Server.Status Package Description org.jclouds.servermanager org.jclouds.servermanager.compute.functions -
-
Uses of Server.Status in org.jclouds.servermanager
Fields in org.jclouds.servermanager declared as Server.Status Modifier and Type Field Description Server.Status
Server. status
Methods in org.jclouds.servermanager that return Server.Status Modifier and Type Method Description 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. -
Uses of Server.Status in org.jclouds.servermanager.compute.functions
Fields in org.jclouds.servermanager.compute.functions with type parameters of type Server.Status Modifier and Type Field Description static Map<Server.Status,NodeMetadata.Status>
ServerToNodeMetadata. serverStatusToNodeStatus
-