-
Nested Class Summary
Nested Classes
-
-
Constructor Summary
Constructors
-
Method Summary
Configure the number of seconds a master or slave will wait before considering the data stale if it cannot reach the primary name server
Configure the minimum/default TTL if the domain does not specify ttl
Configure the primary DNS server for this domain.
Configure the number of seconds between update requests from secondary and slave name servers
Configure the E-mail address of the person responsible for this domain (usually attached to MX records).
Configure the number of seconds the secondary/slave will wait before retrying when the last attempt failed
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Constructor Details
-
DomainOptions
public DomainOptions()
-
Method Details
-
primaryNameServer
Configure the primary DNS server for this domain.
-
responsiblePerson
Configure the E-mail address of the person responsible for this domain (usually attached to MX records).
-
ttl
TTL (time to live). The number of seconds a domain name is cached locally before expiration and return to authoritative nameservers for updates
-
refresh
Configure the number of seconds between update requests from secondary and slave name servers
-
retry
Configure the number of seconds the secondary/slave will wait before retrying when the last attempt failed
-
expire
Configure the number of seconds a master or slave will wait before considering the data stale if it cannot reach the primary name server
-
minimum
Configure the minimum/default TTL if the domain does not specify ttl
- See Also:
-