public class UpdateHostOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateHostOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static UpdateHostOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
UpdateHostOptions() |
| Modifier and Type | Method and Description |
|---|---|
UpdateHostOptions |
allocationState(AllocationState allocationState) |
UpdateHostOptions |
hostTags(Set<String> hostTags) |
UpdateHostOptions |
osCategoryId(String osCategoryId) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final UpdateHostOptions NONE
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 withCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.