|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.glesys.options.UpdateServerOptions
public class UpdateServerOptions
| Nested Class Summary | |
|---|---|
static class |
UpdateServerOptions.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
UpdateServerOptions()
|
|
| Method Summary | |
|---|---|
UpdateServerOptions |
cpuCores(int cpucores)
Configure the number of CPU cores allocated to the server |
UpdateServerOptions |
description(String description)
Configure the description of the server |
UpdateServerOptions |
diskSizeGB(int diskSizeGB)
Configure the size of the disk, in GB, of the server |
UpdateServerOptions |
hostname(String hostname)
Configure the host name of the server (must be unique within the GleSYS account) |
UpdateServerOptions |
memorySizeMB(int memorySizeMB)
Configure the amount of RAM, in MB, allocated to the server |
UpdateServerOptions |
transferGB(int transferGB)
Configure the transfer setting for the server |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateServerOptions()
| Method Detail |
|---|
public UpdateServerOptions diskSizeGB(int diskSizeGB)
public UpdateServerOptions memorySizeMB(int memorySizeMB)
public UpdateServerOptions cpuCores(int cpucores)
public UpdateServerOptions transferGB(int transferGB)
public UpdateServerOptions hostname(String hostname)
public UpdateServerOptions description(String description)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||