Uses of Class
org.jclouds.glesys.options.ServerStatusOptions
-
Packages that use ServerStatusOptions Package Description org.jclouds.glesys.features org.jclouds.glesys.options -
-
Uses of ServerStatusOptions in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features with parameters of type ServerStatusOptions Modifier and Type Method Description ServerStatusServerApi. getStatus(String id, ServerStatusOptions... options)Get detailed information about a server status including up-time and hardware usage (cpu, disk, memory and bandwidth) -
Uses of ServerStatusOptions in org.jclouds.glesys.options
Methods in org.jclouds.glesys.options that return ServerStatusOptions Modifier and Type Method Description static ServerStatusOptionsServerStatusOptions.Builder. bandwidth()static ServerStatusOptionsServerStatusOptions.Builder. cpu()static ServerStatusOptionsServerStatusOptions.Builder. disk()static ServerStatusOptionsServerStatusOptions.Builder. memory()static ServerStatusOptionsServerStatusOptions.Builder. state()ServerStatusOptionsServerStatusOptions. statusType(ServerStatusOptions.StatusTypes type)Select the given type of information form the server
-