Package org.jclouds.glesys.options
Class UpdateServerOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.glesys.options.UpdateServerOptions
- All Implemented Interfaces:
HttpRequestOptions
- Direct Known Subclasses:
CloneServerOptions
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncpuCores
(int cpucores) Configure the number of CPU cores allocated to the serverdescription
(String description) Configure the description of the serverdiskSizeGB
(int diskSizeGB) Configure the size of the disk, in GB, of the serverConfigure the host name of the server (must be unique within the GleSYS account)memorySizeMB
(int memorySizeMB) Configure the amount of RAM, in MB, allocated to the servertransferGB
(int transferGB) Configure the transfer setting for the serverMethods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Constructor Details
-
UpdateServerOptions
public UpdateServerOptions()
-
-
Method Details
-
diskSizeGB
Configure the size of the disk, in GB, of the server -
memorySizeMB
Configure the amount of RAM, in MB, allocated to the server -
cpuCores
Configure the number of CPU cores allocated to the server -
transferGB
Configure the transfer setting for the server -
hostname
Configure the host name of the server (must be unique within the GleSYS account) -
description
Configure the description of the server
-