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
 Server GridServerClient.addServer(String name, String image, String ram, String ip, AddServerOptions... addServerOptions)
          Adds a server with specified attributes
 com.google.common.util.concurrent.ListenableFuture<Server> GridServerAsyncClient.addServer(String name, String image, String ram, String ip, AddServerOptions... addServerOptions)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.