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, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
UpdateHostOptions() |
Modifier and Type | Method and Description |
---|---|
UpdateHostOptions |
allocationState(AllocationState allocationState) |
UpdateHostOptions |
hostTags(Set<String> hostTags) |
UpdateHostOptions |
osCategoryId(long osCategoryId) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public 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(long osCategoryId)
osCategoryId
- the id of Os category to update the host withCopyright © 2009-2012 jclouds. All Rights Reserved.