|
||||||||||
| 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.CreateDomainOptions
public class CreateDomainOptions
Options used to control how a domain is created
| Nested Class Summary | |
|---|---|
static class |
CreateDomainOptions.Builder
|
| Field Summary | |
|---|---|
static CreateDomainOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
CreateDomainOptions()
|
|
| Method Summary | |
|---|---|
CreateDomainOptions |
networkDomain(String networkDomain)
|
CreateDomainOptions |
parentDomainId(String parentDomainId)
|
| 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 CreateDomainOptions NONE
| Constructor Detail |
|---|
public CreateDomainOptions()
| Method Detail |
|---|
public CreateDomainOptions networkDomain(String networkDomain)
networkDomain - network domain for networks in the domainpublic CreateDomainOptions parentDomainId(String parentDomainId)
parentDomainId - the ID of the parent domain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||