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(long podId) |
AddClusterOptions |
url(String url) |
AddClusterOptions |
username(String username) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public 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(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 clusterCopyright © 2009-2012 jclouds. All Rights Reserved.