Package org.jclouds.cloudstack.options
Class AddClusterOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AddClusterOptions
- 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
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
-
AddClusterOptions
public AddClusterOptions()
-
-
Method Details
-
allocationState
- Parameters:
allocationState
- Allocation state of this Host for allocation of new resources
-
password
- Parameters:
password
- the password for the host
-
podId
- Parameters:
podId
- the Pod ID for the host
-
url
- Parameters:
url
- the URL
-
username
- Parameters:
username
- the username for the cluster
-