| Package | Description | 
|---|---|
| org.jclouds.glesys.features | |
| org.jclouds.glesys.options | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Void> | 
ServerAsyncApi.destroy(String id,
       DestroyServerOptions keepIp)  | 
ServerDetails | 
ServerApi.destroy(String id,
       DestroyServerOptions keepIp)
Destroy a server 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DestroyServerOptions | 
DestroyServerOptions.Builder.discardIp()
Discard the server's ip on destroy 
 | 
static DestroyServerOptions | 
DestroyServerOptions.Builder.keepIp()
Discard the server's ip on destroy 
 | 
DestroyServerOptions | 
DestroyServerOptions.keepIp(boolean keepIp)
Determines whether to keep the server's ip attached to your account when destroying a server 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.