Uses of Class
org.jclouds.gogrid.options.AddServerOptions

Packages that use AddServerOptions
org.jclouds.gogrid.options   
org.jclouds.gogrid.services   
 

Uses of AddServerOptions in org.jclouds.gogrid.options
 

Methods in org.jclouds.gogrid.options that return AddServerOptions
 AddServerOptions AddServerOptions.asSandboxType()
          Make server a sandbox instance.
static AddServerOptions AddServerOptions.Builder.asSandboxType()
           
 AddServerOptions AddServerOptions.withDescription(String description)
           
static AddServerOptions AddServerOptions.Builder.withDescription(String description)
           
 

Uses of AddServerOptions in org.jclouds.gogrid.services
 

Methods in org.jclouds.gogrid.services with parameters of type AddServerOptions
 com.google.common.util.concurrent.ListenableFuture<Server> GridServerAsyncClient.addServer(String name, String image, String ram, String ip, AddServerOptions... addServerOptions)
           
 Server GridServerClient.addServer(String name, String image, String ram, String ip, AddServerOptions... addServerOptions)
          Adds a server with specified attributes
 



Copyright © 2009-2011 jclouds. All Rights Reserved.