Package | Description |
---|---|
org.jclouds.glesys.features | |
org.jclouds.glesys.options |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.update(String serverid,
UpdateServerOptions options) |
ServerDetails |
ServerApi.update(String serverid,
UpdateServerOptions options)
Update the configuration of a server
|
Modifier and Type | Class and Description |
---|---|
class |
CloneServerOptions |
Modifier and Type | Method and Description |
---|---|
static UpdateServerOptions |
UpdateServerOptions.Builder.cpucores(int cpucores) |
UpdateServerOptions |
UpdateServerOptions.cpuCores(int cpucores)
Configure the number of CPU cores allocated to the server
|
UpdateServerOptions |
UpdateServerOptions.description(String description)
Configure the description of the server
|
static UpdateServerOptions |
UpdateServerOptions.Builder.description(String description) |
static UpdateServerOptions |
UpdateServerOptions.Builder.disksizeGB(int disksizeGB) |
UpdateServerOptions |
UpdateServerOptions.diskSizeGB(int diskSizeGB)
Configure the size of the disk, in GB, of the server
|
UpdateServerOptions |
UpdateServerOptions.hostname(String hostname)
Configure the host name of the server (must be unique within the GleSYS account)
|
static UpdateServerOptions |
UpdateServerOptions.Builder.hostname(String hostname) |
static UpdateServerOptions |
UpdateServerOptions.Builder.memorysizeMB(int memorysizeMB) |
UpdateServerOptions |
UpdateServerOptions.memorySizeMB(int memorySizeMB)
Configure the amount of RAM, in MB, allocated to the server
|
UpdateServerOptions |
UpdateServerOptions.transferGB(int transferGB)
Configure the transfer setting for the server
|
static UpdateServerOptions |
UpdateServerOptions.Builder.transferGB(int transferGB) |
Copyright © 2009-2013 jclouds. All Rights Reserved.