org.jclouds.cloudstack.options
Class DeleteHostOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.DeleteHostOptions.Builder
Enclosing class:
DeleteHostOptions

public static class DeleteHostOptions.Builder
extends Object


Constructor Summary
DeleteHostOptions.Builder()
           
 
Method Summary
static DeleteHostOptions forced(boolean forced)
           
static DeleteHostOptions forceDestroyLocalStorage(boolean forceDestroyLocalStorage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteHostOptions.Builder

public DeleteHostOptions.Builder()
Method Detail

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.