public class UpdateServerOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
UpdateServerOptions.Builder |
formParameters, headers, pathSuffix, payload, queryParameters
Constructor and Description |
---|
UpdateServerOptions() |
Modifier and Type | Method and Description |
---|---|
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
|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
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)
Copyright © 2009-2013 jclouds. All Rights Reserved.