org.jclouds.cloudstack.options
Class DeleteHostOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.DeleteHostOptions.Builder
- Enclosing class:
- DeleteHostOptions
public static class DeleteHostOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteHostOptions.Builder
public DeleteHostOptions.Builder()
forced
public static DeleteHostOptions forced(boolean forced)
- Parameters:
forced
- Force delete the host. All HA enabled vms running on the host will be put to HA; HA disabled ones will be stopped
forceDestroyLocalStorage
public static DeleteHostOptions forceDestroyLocalStorage(boolean forceDestroyLocalStorage)
- Parameters:
forceDestroyLocalStorage
- Force destroy local storage on this host. All VMs created on this local storage will be destroyed
Copyright © 2009-2012 jclouds. All Rights Reserved.