Package org.jclouds.glesys.options
Class DestroyServerOptions.Builder
- java.lang.Object
-
- org.jclouds.glesys.options.DestroyServerOptions.Builder
-
- Enclosing class:
- DestroyServerOptions
public static class DestroyServerOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DestroyServerOptions
discardIp()
Discard the server's ip on destroystatic DestroyServerOptions
keepIp()
Discard the server's ip on destroy
-
-
-
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
-
-