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 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) -
Uses of ServerStatusOptions in org.jclouds.glesys.options
Methods in org.jclouds.glesys.options that return ServerStatusOptions Modifier and Type Method Description static ServerStatusOptions
ServerStatusOptions.Builder. bandwidth()
static ServerStatusOptions
ServerStatusOptions.Builder. cpu()
static ServerStatusOptions
ServerStatusOptions.Builder. disk()
static ServerStatusOptions
ServerStatusOptions.Builder. memory()
static ServerStatusOptions
ServerStatusOptions.Builder. state()
ServerStatusOptions
ServerStatusOptions. statusType(ServerStatusOptions.StatusTypes type)
Select the given type of information form the server
-