Package org.jclouds.cloudstack.options
Class AddHostOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AddHostOptions
- 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) clusterName
(String clusterName) 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
-
AddHostOptions
public AddHostOptions()
-
-
Method Details
-
allocationState
- Parameters:
allocationState
- Allocation state of this Host for allocation of new resources
-
clusterId
- Parameters:
clusterId
- the cluster ID for the host
-
clusterName
- Parameters:
clusterName
- the cluster name for the host
-
hostTags
- Parameters:
hostTags
- list of tags to be added to the host
-
podId
- Parameters:
podId
- the Pod ID for the host
-