|
||||||||||
| 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.UpdateHostOptions
public class UpdateHostOptions
Options to the GlobalHostClient.addHost() API call
| Nested Class Summary | |
|---|---|
static class |
UpdateHostOptions.Builder
|
| Field Summary | |
|---|---|
static UpdateHostOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
UpdateHostOptions()
|
|
| Method Summary | |
|---|---|
UpdateHostOptions |
allocationState(AllocationState allocationState)
|
UpdateHostOptions |
hostTags(Set<String> hostTags)
|
UpdateHostOptions |
osCategoryId(String osCategoryId)
|
| 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 UpdateHostOptions NONE
| Constructor Detail |
|---|
public UpdateHostOptions()
| Method Detail |
|---|
public UpdateHostOptions allocationState(AllocationState allocationState)
allocationState - Allocation state of this Host for allocation of new resourcespublic UpdateHostOptions hostTags(Set<String> hostTags)
hostTags - list of tags to be added to the hostpublic UpdateHostOptions osCategoryId(String osCategoryId)
osCategoryId - the id of Os category to update the host with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||