Class UpdateServerOptions

java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.glesys.options.UpdateServerOptions
All Implemented Interfaces:
HttpRequestOptions
Direct Known Subclasses:
CloneServerOptions

public class UpdateServerOptions extends BaseHttpRequestOptions
  • Constructor Details

    • UpdateServerOptions

      public UpdateServerOptions()
  • Method Details

    • diskSizeGB

      public UpdateServerOptions diskSizeGB(int diskSizeGB)
      Configure the size of the disk, in GB, of the server
    • memorySizeMB

      public UpdateServerOptions memorySizeMB(int memorySizeMB)
      Configure the amount of RAM, in MB, allocated to the server
    • cpuCores

      public UpdateServerOptions cpuCores(int cpucores)
      Configure the number of CPU cores allocated to the server
    • transferGB

      public UpdateServerOptions transferGB(int transferGB)
      Configure the transfer setting for the server
    • hostname

      public UpdateServerOptions hostname(String hostname)
      Configure the host name of the server (must be unique within the GleSYS account)
    • description

      public UpdateServerOptions description(String description)
      Configure the description of the server