|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AddClusterOptions
public class AddClusterOptions
Options to the GlobalHostClient.addHost() API call
| Nested Class Summary | |
|---|---|
static class |
AddClusterOptions.Builder
|
| Field Summary | |
|---|---|
static AddClusterOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
AddClusterOptions()
|
|
| Method Summary | |
|---|---|
AddClusterOptions |
allocationState(AllocationState allocationState)
|
AddClusterOptions |
password(String password)
|
AddClusterOptions |
podId(long podId)
|
AddClusterOptions |
url(String url)
|
AddClusterOptions |
username(String username)
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AddClusterOptions NONE
| Constructor Detail |
|---|
public AddClusterOptions()
| Method Detail |
|---|
public AddClusterOptions allocationState(AllocationState allocationState)
allocationState - Allocation state of this Host for allocation of new resourcespublic AddClusterOptions password(String password)
password - the password for the hostpublic AddClusterOptions podId(long podId)
podId - the Pod ID for the hostpublic AddClusterOptions url(String url)
url - the URLpublic AddClusterOptions username(String username)
username - the username for the cluster
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||