Package org.jclouds.cloudstack.options
Class CreateDomainOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.cloudstack.options.CreateDomainOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class CreateDomainOptions extends BaseHttpRequestOptions
Options used to control how a domain is created
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateDomainOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static CreateDomainOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description CreateDomainOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateDomainOptions
networkDomain(String networkDomain)
CreateDomainOptions
parentDomainId(String parentDomainId)
-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final CreateDomainOptions NONE
-
-
Method Detail
-
networkDomain
public CreateDomainOptions networkDomain(String networkDomain)
- Parameters:
networkDomain
- network domain for networks in the domain
-
parentDomainId
public CreateDomainOptions parentDomainId(String parentDomainId)
- Parameters:
parentDomainId
- the ID of the parent domain
-
-