Uses of Class
org.jclouds.glesys.options.EditServerOptions

Packages that use EditServerOptions
org.jclouds.glesys.features   
org.jclouds.glesys.options   
 

Uses of EditServerOptions in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features with parameters of type EditServerOptions
 ServerDetails ServerClient.editServer(String serverid, EditServerOptions... options)
          Edit the configuration of a server
 com.google.common.util.concurrent.ListenableFuture<ServerDetails> ServerAsyncClient.editServer(String serverid, EditServerOptions... options)
           
 

Uses of EditServerOptions in org.jclouds.glesys.options
 

Subclasses of EditServerOptions in org.jclouds.glesys.options
 class CloneServerOptions
           
 

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



Copyright © 2009-2012 jclouds. All Rights Reserved.