public class DeleteHostOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
DeleteHostOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static DeleteHostOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
DeleteHostOptions() |
Modifier and Type | Method and Description |
---|---|
DeleteHostOptions |
forced(boolean forced) |
DeleteHostOptions |
forceDestroyLocalStorage(boolean forceDestroyLocalStorage) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final DeleteHostOptions NONE
public 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 DeleteHostOptions forceDestroyLocalStorage(boolean forceDestroyLocalStorage)
forceDestroyLocalStorage
- Force destroy local storage on this host. All VMs created on this local storage will be destroyedCopyright © 2009-2012 jclouds. All Rights Reserved.