| Package | Description | 
|---|---|
| org.jclouds.gogrid.options | |
| org.jclouds.gogrid.services | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
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-2013 jclouds. All Rights Reserved.