|
||||||||||
| 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.CreateAccountOptions
public class CreateAccountOptions
Optional fields for account creation
| Nested Class Summary | |
|---|---|
static class |
CreateAccountOptions.Builder
|
| Field Summary | |
|---|---|
static CreateAccountOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
CreateAccountOptions()
|
|
| Method Summary | |
|---|---|
CreateAccountOptions |
account(String account)
|
CreateAccountOptions |
domainId(String domainId)
|
CreateAccountOptions |
networkDomain(String networkDomain)
|
| 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 CreateAccountOptions NONE
| Constructor Detail |
|---|
public CreateAccountOptions()
| Method Detail |
|---|
public CreateAccountOptions networkDomain(String networkDomain)
networkDomain - network domainpublic CreateAccountOptions account(String account)
account - an optional account for the resourcepublic CreateAccountOptions domainId(String domainId)
domainId - The domain for the resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||