|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.DeleteHostOptions
public class DeleteHostOptions
Options to the GlobalHostClient.deleteHost() API call
| Nested Class Summary | |
|---|---|
static class |
DeleteHostOptions.Builder
|
| Field Summary | |
|---|---|
static DeleteHostOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
DeleteHostOptions()
|
|
| Method Summary | |
|---|---|
DeleteHostOptions |
forced(boolean forced)
|
DeleteHostOptions |
forceDestroyLocalStorage(boolean forceDestroyLocalStorage)
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final DeleteHostOptions NONE
| Constructor Detail |
|---|
public DeleteHostOptions()
| Method Detail |
|---|
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 destroyed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||