public class AddClusterOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AddClusterOptions.Builder  | 
| Modifier and Type | Field and Description | 
|---|---|
static AddClusterOptions | 
NONE  | 
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
AddClusterOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
AddClusterOptions | 
allocationState(AllocationState allocationState)  | 
AddClusterOptions | 
password(String password)  | 
AddClusterOptions | 
podId(String podId)  | 
AddClusterOptions | 
url(String url)  | 
AddClusterOptions | 
username(String username)  | 
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final AddClusterOptions NONE
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(String podId)
podId - the Pod ID for the hostpublic AddClusterOptions url(String url)
url - the URLpublic AddClusterOptions username(String username)
username - the username for the clusterCopyright © 2009-2013 jclouds. All Rights Reserved.