org.jclouds.glesys.options
Class UpdateServerOptions.Builder

java.lang.Object
  extended by org.jclouds.glesys.options.UpdateServerOptions.Builder
Enclosing class:
UpdateServerOptions

public static class UpdateServerOptions.Builder
extends Object


Constructor Summary
UpdateServerOptions.Builder()
           
 
Method Summary
static UpdateServerOptions cpucores(int cpucores)
           
static UpdateServerOptions description(String description)
           
static UpdateServerOptions disksizeGB(int disksizeGB)
           
static UpdateServerOptions hostname(String hostname)
           
static UpdateServerOptions memorysizeMB(int memorysizeMB)
           
static UpdateServerOptions transferGB(int transferGB)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateServerOptions.Builder

public UpdateServerOptions.Builder()
Method Detail

disksizeGB

public static UpdateServerOptions disksizeGB(int disksizeGB)
See Also:
UpdateServerOptions.diskSizeGB(int)

memorysizeMB

public static UpdateServerOptions memorysizeMB(int memorysizeMB)
See Also:
UpdateServerOptions.memorySizeMB(int)

cpucores

public static UpdateServerOptions cpucores(int cpucores)
See Also:
UpdateServerOptions.cpuCores(int)

transferGB

public static UpdateServerOptions transferGB(int transferGB)
See Also:
UpdateServerOptions.transferGB(int)

hostname

public static UpdateServerOptions hostname(String hostname)
See Also:
UpdateServerOptions.hostname(java.lang.String)

description

public static UpdateServerOptions description(String description)
See Also:
UpdateServerOptions.description(java.lang.String)


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.