public class EditServerOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
EditServerOptions.Builder |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
EditServerOptions() |
Modifier and Type | Method and Description |
---|---|
EditServerOptions |
cpuCores(int cpucores)
Configure the number of CPU cores allocated to the server
|
EditServerOptions |
description(String description)
Configure the description of the server
|
EditServerOptions |
diskSizeGB(int diskSizeGB)
Configure the size of the disk, in GB, of the server
|
EditServerOptions |
hostname(String hostname)
Configure the host name of the server (must be unique within the GleSYS account)
|
EditServerOptions |
memorySizeMB(int memorySizeMB)
Configure the amount of RAM, in MB, allocated to the server
|
EditServerOptions |
transferGB(int transferGB)
Configure the transfer setting for the server
|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public EditServerOptions diskSizeGB(int diskSizeGB)
public EditServerOptions memorySizeMB(int memorySizeMB)
public EditServerOptions cpuCores(int cpucores)
public EditServerOptions transferGB(int transferGB)
public EditServerOptions hostname(String hostname)
public EditServerOptions description(String description)
Copyright © 2009-2012 jclouds. All Rights Reserved.