Package org.jclouds.cloudstack.options
Class DeleteHostOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.DeleteHostOptions.Builder
- Enclosing class:
DeleteHostOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteHostOptions
forced
(boolean forced) static DeleteHostOptions
forceDestroyLocalStorage
(boolean forceDestroyLocalStorage)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
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
- Parameters:
forceDestroyLocalStorage
- Force destroy local storage on this host. All VMs created on this local storage will be destroyed
-