org.jclouds.glesys.options
Class AddDomainOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.glesys.options.DomainOptions
          extended by org.jclouds.glesys.options.AddDomainOptions
All Implemented Interfaces:
HttpRequestOptions

public class AddDomainOptions
extends DomainOptions

Author:
Adam Lowe

Nested Class Summary
static class AddDomainOptions.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
AddDomainOptions()
           
 
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.glesys.options.DomainOptions
expire, minimum, primaryNameServer, refresh, responsiblePerson, retry, ttl
 
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
 

Constructor Detail

AddDomainOptions

public AddDomainOptions()
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.



Copyright © 2009-2012 jclouds. All Rights Reserved.