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

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

Uses of CreateServerOptions in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features with parameters of type CreateServerOptions
 ServerDetails ServerClient.createServerWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)
          Create a new server
 com.google.common.util.concurrent.ListenableFuture<ServerDetails> ServerAsyncClient.createServerWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)
           
 

Uses of CreateServerOptions in org.jclouds.glesys.options
 

Methods in org.jclouds.glesys.options that return CreateServerOptions
 CreateServerOptions CreateServerOptions.description(String description)
           
static CreateServerOptions CreateServerOptions.Builder.description(String primaryNameServer)
           
 CreateServerOptions CreateServerOptions.ip(String ip)
           
static CreateServerOptions CreateServerOptions.Builder.ip(String ip)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.