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
- Author:
- Adam Lowe
Method Summary |
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. |
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
AddDomainOptions
public AddDomainOptions()
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.
Copyright © 2009-2012 jclouds. All Rights Reserved.