|
||||||||||
| 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.AddHostOptions
public class AddHostOptions
Options to the GlobalHostClient.addHost() API call
| Nested Class Summary | |
|---|---|
static class |
AddHostOptions.Builder
|
| Field Summary | |
|---|---|
static AddHostOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
AddHostOptions()
|
|
| Method Summary | |
|---|---|
AddHostOptions |
allocationState(AllocationState allocationState)
|
AddHostOptions |
clusterId(String clusterId)
|
AddHostOptions |
clusterName(String clusterName)
|
AddHostOptions |
hostTags(Set<String> hostTags)
|
AddHostOptions |
podId(String podId)
|
| 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 AddHostOptions NONE
| Constructor Detail |
|---|
public AddHostOptions()
| Method Detail |
|---|
public AddHostOptions allocationState(AllocationState allocationState)
allocationState - Allocation state of this Host for allocation of new resourcespublic AddHostOptions clusterId(String clusterId)
clusterId - the cluster ID for the hostpublic AddHostOptions clusterName(String clusterName)
clusterName - the cluster name for the hostpublic AddHostOptions hostTags(Set<String> hostTags)
hostTags - list of tags to be added to the hostpublic AddHostOptions podId(String podId)
podId - the Pod ID for the host
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||