Package | Description |
---|---|
org.jclouds.glesys.features | |
org.jclouds.glesys.options |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ServerStatus> |
ServerAsyncApi.getStatus(String id,
ServerStatusOptions... options) |
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)
|
Modifier and Type | Method and 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
|
Copyright © 2009-2013 jclouds. All Rights Reserved.