org.jclouds.glesys.options
Class DestroyServerOptions.Builder

java.lang.Object
  extended by org.jclouds.glesys.options.DestroyServerOptions.Builder
Enclosing class:
DestroyServerOptions

public static class DestroyServerOptions.Builder
extends Object


Constructor Summary
DestroyServerOptions.Builder()
           
 
Method Summary
static DestroyServerOptions discardIp()
          Discard the server's ip on destroy
static DestroyServerOptions keepIp()
          Discard the server's ip on destroy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestroyServerOptions.Builder

public DestroyServerOptions.Builder()
Method Detail

keepIp

public static DestroyServerOptions keepIp()
Discard the server's ip on destroy


discardIp

public static DestroyServerOptions discardIp()
Discard the server's ip on destroy



Copyright © 2009-2012 jclouds. All Rights Reserved.