|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UpdateServerOptions | |
|---|---|
| org.jclouds.glesys.features | |
| org.jclouds.glesys.options | |
| Uses of UpdateServerOptions in org.jclouds.glesys.features |
|---|
| Methods in org.jclouds.glesys.features with parameters of type UpdateServerOptions | |
|---|---|
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 |
| Uses of UpdateServerOptions in org.jclouds.glesys.options |
|---|
| Subclasses of UpdateServerOptions in org.jclouds.glesys.options | |
|---|---|
class |
CloneServerOptions
|
| Methods in org.jclouds.glesys.options that return UpdateServerOptions | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||