static UpdateServerOptions |
UpdateServerOptions.Builder.cpucores(int cpucores) |
|
UpdateServerOptions |
UpdateServerOptions.cpuCores(int cpucores) |
Configure the number of CPU cores allocated to the server
|
static UpdateServerOptions |
UpdateServerOptions.Builder.description(String description) |
|
UpdateServerOptions |
UpdateServerOptions.description(String description) |
Configure the description of the server
|
static UpdateServerOptions |
UpdateServerOptions.Builder.disksizeGB(int disksizeGB) |
|
UpdateServerOptions |
UpdateServerOptions.diskSizeGB(int diskSizeGB) |
Configure the size of the disk, in GB, of the server
|
static UpdateServerOptions |
UpdateServerOptions.Builder.hostname(String hostname) |
|
UpdateServerOptions |
UpdateServerOptions.hostname(String hostname) |
Configure the host name of the server (must be unique within the GleSYS account)
|
static UpdateServerOptions |
UpdateServerOptions.Builder.memorysizeMB(int memorysizeMB) |
|
UpdateServerOptions |
UpdateServerOptions.memorySizeMB(int memorySizeMB) |
Configure the amount of RAM, in MB, allocated to the server
|
static UpdateServerOptions |
UpdateServerOptions.Builder.transferGB(int transferGB) |
|
UpdateServerOptions |
UpdateServerOptions.transferGB(int transferGB) |
Configure the transfer setting for the server
|