Uses of Class
org.jclouds.glesys.domain.ServerStatus
-
Packages that use ServerStatus Package Description org.jclouds.glesys.domain org.jclouds.glesys.features -
-
Uses of ServerStatus in org.jclouds.glesys.domain
Methods in org.jclouds.glesys.domain that return ServerStatus Modifier and Type Method Description ServerStatus
ServerStatus.Builder. build()
Methods in org.jclouds.glesys.domain with parameters of type ServerStatus Modifier and Type Method Description T
ServerStatus.Builder. fromServerStatus(ServerStatus in)
-
Uses of ServerStatus in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features that return ServerStatus Modifier and Type Method Description ServerStatus
ServerApi. getStatus(String id, ServerStatusOptions... options)
Get detailed information about a server status including up-time and hardware usage (cpu, disk, memory and bandwidth)
-