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

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

Uses of DestroyServerOptions in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features with parameters of type DestroyServerOptions
 ServerDetails ServerClient.destroyServer(String id, DestroyServerOptions keepIp)
          Destroy a server
 com.google.common.util.concurrent.ListenableFuture<Void> ServerAsyncClient.destroyServer(String id, DestroyServerOptions keepIp)
           
 

Uses of DestroyServerOptions in org.jclouds.glesys.options
 

Methods in org.jclouds.glesys.options that return DestroyServerOptions
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-2012 jclouds. All Rights Reserved.