Package org.jclouds.cloudstack.options
Class UpdateHostOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdateHostOptions
- All Implemented Interfaces:
 HttpRequestOptions
Options to the GlobalHostApi.addHost() API call
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionallocationState(AllocationState allocationState) osCategoryId(String osCategoryId) Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString 
- 
Field Details
- 
NONE
 
 - 
 - 
Constructor Details
- 
UpdateHostOptions
public UpdateHostOptions() 
 - 
 - 
Method Details
- 
allocationState
- Parameters:
 allocationState- Allocation state of this Host for allocation of new resources
 - 
hostTags
- Parameters:
 hostTags- list of tags to be added to the host
 - 
osCategoryId
- Parameters:
 osCategoryId- the id of Os category to update the host with
 
 -