public static class DeleteHostOptions.Builder extends Object
| Constructor and Description | 
|---|
DeleteHostOptions.Builder()  | 
| Modifier and Type | Method and Description | 
|---|---|
static DeleteHostOptions | 
forced(boolean forced)  | 
static DeleteHostOptions | 
forceDestroyLocalStorage(boolean forceDestroyLocalStorage)  | 
public static DeleteHostOptions forced(boolean forced)
forced - Force delete the host. All HA enabled vms running on the host will be put to HA; HA disabled ones will be stoppedpublic static DeleteHostOptions forceDestroyLocalStorage(boolean forceDestroyLocalStorage)
forceDestroyLocalStorage - Force destroy local storage on this host. All VMs created on this local storage will be destroyedCopyright © 2009-2013 jclouds. All Rights Reserved.