Package org.jclouds.glesys.options
Class AddDomainOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.glesys.options.DomainOptions
-
- org.jclouds.glesys.options.AddDomainOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class AddDomainOptions extends DomainOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAddDomainOptions.Builder
-
Field Summary
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description AddDomainOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainOptionsminimalRecords()Ensure only NS and SOA records will be created by default, when this option is not used a number of default records will be created on the domain.-
Methods inherited from class org.jclouds.glesys.options.DomainOptions
expire, minimum, primaryNameServer, refresh, responsiblePerson, retry, ttl
-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Method Detail
-
minimalRecords
public DomainOptions minimalRecords()
Ensure only NS and SOA records will be created by default, when this option is not used a number of default records will be created on the domain.
-
-